mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 03:47:15 -04:00
[dv] Double fault detector should sample with clocking block
This commit is contained in:
parent
6e4352af10
commit
033abfc09f
1 changed files with 1 additions and 1 deletions
2
dv/uvm/core_ibex/env/core_ibex_scoreboard.sv
vendored
2
dv/uvm/core_ibex/env/core_ibex_scoreboard.sv
vendored
|
@ -78,7 +78,7 @@ class core_ibex_scoreboard extends uvm_scoreboard;
|
|||
// https://github.com/lowRISC/ibex/pull/1848#discussion_r995903762
|
||||
begin
|
||||
forever begin
|
||||
@(posedge cfg.ibex_dut_vif.double_fault_seen);
|
||||
@(posedge cfg.ibex_dut_vif.dut_cb.double_fault_seen);
|
||||
double_fault_pulse_seen = 1'b1;
|
||||
cfg.ibex_clk_vif.wait_clks(1);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue