add ariane PLIC implementation
[libreriscv.git] / shakti / m_class / EINT.mdwn
index fa3ca9b6fca0046be1eec395e1c50279ea608315..652c2c1a4bdf234bce08be2e999f2ab010ed5309 100644 (file)
@@ -1,7 +1,12 @@
 # EINT
 
+aka "PLIC"
+
 * <http://bugs.libre-riscv.org/show_bug.cgi?id=14>
 * <https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/>
   includes GPIO, SPI, UART, JTAG, I2C, PinCtrl, UART and PWM.  Also included
   is a Watchdog Timer and others.
 * <https://opencores.org/project,simple_pic>
+* <https://bitbucket.org/casl/c-class/src/0e77398a030bfd705930d0f1b8b9b5050d76e265/src/peripherals/plic/?at=master>
+* <https://github.com/RoaLogic/plic>
+* <https://github.com/pulp-platform/ariane/tree/master/src/plic>