Clean up duplicate declaration of external_irq_pending in hazard3_irq_ctrl

This commit is contained in:
Luke Wren 2022-10-06 15:59:54 +01:00
parent 4b94c9a2d4
commit 1036d15467
1 changed files with 0 additions and 5 deletions

View File

@ -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