Skip to content

Commit

Permalink
[DV] Enable timer interrupts (lowRISC#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
udinator authored Oct 23, 2019
1 parent 0728fb7 commit 8e40f65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dv/uvm/tests/core_ibex_seq_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ class irq_raise_single_seq extends core_base_seq#(irq_seq_item);
irq_seq_item irq;
irq = irq_seq_item::type_id::create($sformatf("irq_raise_single[%0d]", iteration_cnt));
start_item(irq);
// TODO(udinator) - constrain irq_timer to 0 for now due to timer interrupt causing spike
// simulator to trap to irq handler
`DV_CHECK_RANDOMIZE_WITH_FATAL(irq, irq_timer==0;)
`DV_CHECK_RANDOMIZE_FATAL(irq)
finish_item(irq);
get_response(irq);
endtask
Expand Down

0 comments on commit 8e40f65

Please sign in to comment.