In reply to ivan.krastev:
You need to stop sequences on sequencer before killing the fork.
fork
begin
env.seq.start(env.sequencer)
end
begin
#delay;
end
join_any
env.sequencer.stop_sequences();
RESET
In reply to ivan.krastev:
You need to stop sequences on sequencer before killing the fork.
fork
begin
env.seq.start(env.sequencer)
end
begin
#delay;
end
join_any
env.sequencer.stop_sequences();
RESET