<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> Yeah, I thought I was dealing with that as well at first, but the simulation models (more like emulation models) I was using are extremely simple the DFF is just `always @(posedge clk) Q=D`</p><p>And using blocking assignment like that is just flat out wrong as far as I can tell</p>