Must-have verilog systemverilog modules
-
Updated
Apr 8, 2025 - Verilog
Must-have verilog systemverilog modules
SD-Card controller, using either SPI, SDIO, or eMMC interfaces
Two Verilog SPI module implementations (hard and soft) with advanced options and AXI Full Interface
Implementation of a Serial Peripheral Interface(SPI) using Verilog and testing various modes of the SPI Device
This repository contains the implementation of an SPI (Serial Peripheral Interface) communication protocol with single port sync RAM.
SPI is a synchronous, full duplex master-slave-based interface. The data from the master or the slave is synchronized on the rising or falling clock edge based on mode .Both master and slave can transmit data at the same time. The SPI interface got 4 wires.
Add a description, image, and links to the spi-interface topic page so that developers can more easily learn about it.
To associate your repository with the spi-interface topic, visit your repo's landing page and select "manage topics."