Skip to content

esl-epfl/obi_spi_slave

 
 

Repository files navigation

OBI SPI Slave

This is an implementation of a simple SPI slave. An external microcontroller can use the SPI slave to access the memory of the SoC where this IP is instantiated. The SPI slave uses the OBI 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 (OBI) 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SystemVerilog 100.0%