Hot take: The proper Verilog template for synchronously reset flip-flops looks like this. always @(posedge clk) begin [non-reset code here] if (reset) begin [reset code here] end end
-
-
Thanks. Not suprised. I meant that mixing separate blocking/non-blocking statements, not on the same variable, isn't forbidden, but a bad idea anyway. (I need to re-read the LRM apparently...)
-
Jfyi, IEEE 1364.1 is the synthesis standard. IEEE 1364 is the LRM.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.