blocking with intra delay




Hi folks,

I am newbie to verilog from vhdl background. So,please help me in
getting through blocking & nonblocking.

Is a <= #1 b; and
a = #1 b; are same . I am not able to see any diffrence.

That means if intra delays are used then there is no difference
between blocking & nonblocking.

Thanks for your comments.

.



Relevant Pages