Clean up duplicate declaration of external_irq_pending in hazard3_irq_ctrl
This commit is contained in:
parent
4b94c9a2d4
commit
1036d15467
|
@ -200,11 +200,6 @@ assign meicontext_clearts = wen_m_mode && wtype != CSR_WTYPE_C && addr == MEICON
|
|||
// ----------------------------------------------------------------------------
|
||||
// External interrupt logic
|
||||
|
||||
// Signal to standard IRQ logic (mip etc) that at least one of the external IRQ
|
||||
// signals should cause a trap to the mip.meip vector:
|
||||
wire external_irq_pending;
|
||||
|
||||
|
||||
// Trap request is asserted when there is an interrupt at or above our current
|
||||
// preemption level. meinext displays interrupts at or above our *previous*
|
||||
// preemption level: this masking helps avoid re-taking IRQs in frames that you
|
||||
|
|
Loading…
Reference in New Issue