A
Attila Csosz
Guest
Hi,
Considering the following process:
... <other processes>, signals declared to bit
A: process
begin
N6 <= NOT ( Carry ) AFTER 18.5 ns;
...
wait;
end process A;
... <other processes>
What does the simulator after executed the "signal assignment"?
(1) Enroll a transaction in ( now+18.5ns ) and go to the next
instruction when simulation time = now (suspend and wake it in now), so
go directly to the next
(1) Enroll a transaction in ( now+18.5ns ) and go to the next
instruction when simulation time = now+18.5ns (suspend and wake it in
now+18.5ns)
(working on a simulator )
Thanks
Attila
Considering the following process:
... <other processes>, signals declared to bit
A: process
begin
N6 <= NOT ( Carry ) AFTER 18.5 ns;
...
wait;
end process A;
... <other processes>
What does the simulator after executed the "signal assignment"?
(1) Enroll a transaction in ( now+18.5ns ) and go to the next
instruction when simulation time = now (suspend and wake it in now), so
go directly to the next
(1) Enroll a transaction in ( now+18.5ns ) and go to the next
instruction when simulation time = now+18.5ns (suspend and wake it in
now+18.5ns)
(working on a simulator )
Thanks
Attila