In reply to megamind:
I don’t believe that there is a performance difference.
I prefer the simpler construct
always @(posedge clk)
if (enable) ...
Ben
In reply to megamind:
I don’t believe that there is a performance difference.
I prefer the simpler construct
always @(posedge clk)
if (enable) ...
Ben