## 鎖存器

```
always@(D, ena1)
begin
if (ena1==1'b1)
? ? QsimpleReg <= D;
end
```

