rocking_vlsi
Member level 5
- Joined
- Jun 9, 2011
- Messages
- 87
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,288
- Activity points
- 1,833
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?