mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
[DV] fix incorrect irq_seq handle name (#525)
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
74e8c3fec6
commit
7fef1b5afc
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class core_ibex_irq_csr_test extends core_ibex_directed_test;
|
|||
`uvm_component_new
|
||||
|
||||
virtual task check_stimulus();
|
||||
vseq.irq_raise_seq_h.max_delay = 0;
|
||||
vseq.irq_raise_single_seq_h.max_delay = 0;
|
||||
// wait for a write to mstatus - should be in init code
|
||||
wait(csr_vif.csr_access === 1'b1 && csr_vif.csr_addr === CSR_MSTATUS &&
|
||||
csr_vif.csr_op != CSR_OP_READ);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue