(no commit message)
[libreriscv.git] / shakti / m_class / SPI.mdwn
1 # SPI
2
3 see also [[QSPI]]
4
5 * <http://bugs.libre-soc.org/show_bug.cgi?id=6>
6 * Optional 4-wire SPI NAND/NOR for boot (XIP - Execute In-place - recommended).
7 * <https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/>
8 includes GPIO, SPI, UART, JTAG, I2C, PinCtrl, UART and PWM. Also included
9 is a Watchdog Timer and others.
10 * APB to SPI <https://opencores.org/project,apb2spi>
11 * ASIC-proven <https://opencores.org/project,spi_master_slave>
12 https://opencores.org/websvn/filedetails?repname=spi_master_slave&path=%2Fspi_master_slave%2Ftrunk%2Frtl%2Fspi_master_slave%2Fspi_master.vhd
13 * Wishbone-compliant <https://opencores.org/project,simple_spi>
14 * Raptor Engineering litespi, improved <https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/litespi>
15 * <https://gitlab.raptorengineering.com/raptor-engineering-public/lpc-spi-bridge-fpga/-/blob/master/spi_master.v>
16 * Also Shakti E-Class peripheral set in BSV
17 * <https://github.com/freecores/tiny_spi/blob/master/driver/linux-2.6/oc_tiny_spi.c>