mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[dv] fix timing issue in single_step test (#749)
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
7dae33abc2
commit
add91d544d
1 changed files with 1 additions and 1 deletions
|
@ -739,6 +739,7 @@ class core_ibex_debug_single_step_test extends core_ibex_directed_test;
|
|||
bit [ibex_mem_intf_agent_pkg::DATA_WIDTH-1:0] counter = 0;
|
||||
bit [ibex_mem_intf_agent_pkg::DATA_WIDTH-1:0] next_counter = 0;
|
||||
forever begin
|
||||
clk_vif.wait_clks(2000);
|
||||
vseq.start_debug_single_seq();
|
||||
check_next_core_status(IN_DEBUG_MODE,
|
||||
"Core did not enter debug mode after debug stimulus", 1000);
|
||||
|
@ -779,7 +780,6 @@ class core_ibex_debug_single_step_test extends core_ibex_directed_test;
|
|||
wait_ret("dret", 5000);
|
||||
if (counter === 0) break;
|
||||
end
|
||||
clk_vif.wait_clks(2000);
|
||||
end
|
||||
endtask
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue