mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
assign irq_nm_int_cause to all zeros
This commit is contained in:
parent
eeedeb003a
commit
2ae62c145c
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ module ibex_controller #(
|
|||
|
||||
// No integrity checking on incoming load data so no internal interrupts
|
||||
assign irq_nm_int = 1'b0;
|
||||
assign irq_nm_int_cause = NMI_INT_CAUSE_ECC;
|
||||
assign irq_nm_int_cause = nmi_int_cause_e'(0);
|
||||
assign irq_nm_int_mtval = '0;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue