X-Git-Url: https://git.libre-soc.org/?p=libreriscv.git;a=blobdiff_plain;f=interrupts.mdwn;h=300ed7b1897480333be4dc1426c71e474cb1b6ca;hp=f62af414839fb464f6e8f50b8ef94502e6a94d3c;hb=HEAD;hpb=551e1149aeede0945228fe10963cf896a90c77b8 diff --git a/interrupts.mdwn b/interrupts.mdwn deleted file mode 100644 index f62af4148..000000000 --- a/interrupts.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -# Interrupt Handling for RISC-V - -This page is a non-authoritative resource for information and documentation -about interrupt handling on RISC-V. An interim page for the discussion -of interrupt handling is here: [[interrupt_handling]]. - -# Open PLIC Implementations - -* - written in verilog, has an - AHB3-Lite / AMBA interface. Documentation is here: - -* Shakti Peripherals, there is a tested (taped-out) version here - in src/peripherals/plic - and another version with up to 1024 IRQ lines and a 2-cycle - response time here