K
krby_xtrm
Guest
i am a vhdl programmer, and i want to know what does:
always @ (posedge clk or negedge rstn) mean?
if (!rstn)
.. do something...
else if (condition)
.. do something.
is it synchonous with clk with assync reset?
always @ (posedge clk or negedge rstn) mean?
if (!rstn)
.. do something...
else if (condition)
.. do something.
is it synchonous with clk with assync reset?