Fix-up new_seq_lib to start after stopping

Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
This commit is contained in:
Canberk Topal 2022-10-20 17:45:43 +01:00 committed by Greg Chadwick
parent fdcf3ccede
commit 2d03fc8b73

View file

@ -63,6 +63,8 @@ class core_base_new_seq #(type REQ = uvm_sequence_item) extends uvm_sequence #(R
`uvm_info(`gfn, $sformatf("Running the \"%s\" schedule for stimulus generation",
iteration_modes.name()), UVM_LOW)
stop_seq = 1'b0;
seq_finished = 1'b0;
case (iteration_modes)
SingleRun: begin
drive_stimulus();