mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Fix-up new_seq_lib to start after stopping
Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
This commit is contained in:
parent
fdcf3ccede
commit
2d03fc8b73
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue