Chargement…
Chargement…
The D flip-flop stores i_d on the rising clock edge when enable is active. Reset is asynchronous and active-high: it forces the output to '0'.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_clk | Input | 1 bit | System clock |
i_reset | Input | 1 bit | Active-high async reset |
i_en | Input | 1 bit | Enable |
i_d | Input | 1 bit | Data input |
o_q | Output | 1 bit | Stored data |