Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 683 Bytes

AXI SPI Slave

This is an implementation of a simple SPI slave. The SPI slave can be used by an external microcontroller to access the memory of the SoC where this IP is instantiated. The SPI slave uses the AXI bus to access the memory of the target SoC.

It contains dual-clock FIFOs to perform the clock domain crossing from SPI to the SoC (AXI) domain.

This IP depends on some PULP common cells like clock muxes, clock gates and clock inverters. Those can be found in the PULP common cells repository or in the PULPino RTL sources. The clock domain crossing functionality is reused from the AXI slice DC component, so make sure you compile the AXI slice DC when using this IP.