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