From: Luke Kenneth Casson Leighton Date: Sun, 5 Aug 2018 11:50:21 +0000 (+0100) Subject: add interrupt handling section X-Git-Tag: convert-csv-opcode-to-binary~5034 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5a9acf487d2ca73327f16d6046498f71cd8de6b;p=libreriscv.git add interrupt handling section --- diff --git a/interrupts/interrupt_handling.mdwn b/interrupts/interrupt_handling.mdwn index 57cfed24d..1af87d41c 100644 --- a/interrupts/interrupt_handling.mdwn +++ b/interrupts/interrupt_handling.mdwn @@ -30,5 +30,9 @@ luke.leighton@gmail.com, sending the appropriate text, for inclusion here. has been modified from its original (which could handle up to XLEN separate lines) to a hierarchical arrangement that can handle up to 1024 separate and distinct IRQs - + . A code-generator tool + will take care of the task + of auto-generating the #defines for the linux kernel, and presently + already takes care of the task of generating the PLIC fabric interconnect. +