rocking_vlsi
Member level 5

sorry if it is repeating.
people does mix of both blocking and non-blocking statements.
as
always@(posedge(clk))
begin
temp_var=a&b;
if(condition)
temp_reg<=temp_var;
end
For simulation and synthesis how does it differ?
people does mix of both blocking and non-blocking statements.
as
always@(posedge(clk))
begin
temp_var=a&b;
if(condition)
temp_reg<=temp_var;
end
For simulation and synthesis how does it differ?