add interrupt handling section
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 11:50:21 +0000 (12:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 11:50:21 +0000 (12:50 +0100)
interrupts/interrupt_handling.mdwn

index 57cfed24da5a8b7590382bb4fe43e59e5dfb3d0f..1af87d41cdc8614a820570cd7fec239218c70e48 100644 (file)
@@ -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
-  <http://git.libre-riscv.org/?p=shakti-peripherals.git;a=blob;f=src/peripherals/plic/plic.bsv>
+  <http://git.libre-riscv.org/?p=shakti-peripherals.git;a=blob;f=src/peripherals/plic/plic.bsv>.  A code-generator tool
+  <http://git.libre-riscv.org/?p=pinmux.git> 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.
+