Chargement…
Output o_q follows i_d on rising edge of i_clk. When i_rst='1', o_q='0' immediately. When i_set='1', o_q='1' immediately. i_rst has priority over i_set.
o_q
i_d
i_clk
i_rst='1'
o_q='0'
i_set='1'
o_q='1'
i_rst
i_set