Zero Delay Control
Zero Delay Control
initial
begin
a = 0;
b = 0;
end
initial
begin
#0 a = 1;
#0 b = 1;
end
Not recommended to assign 2 different values to a variable
May cause a race condition
Zero Delay Control - provides a useful way of controlling the order of execution
ÀÌÀü ½½¶óÀ̵å
´ÙÀ½ ½½¶óÀ̵å
ù ½½¶óÀ̵å·Î À̵¿
±×·¡ÇÈ ¹öÀü º¸±â