Skip to content

Pietra1226/SPI-DV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SPI-Design & Verification

GOAL: Using SystemVerilog to build a SPI module and verify it.

Introduction

Serial Peripheral Interface Bus (SPI) is a synchronous serial communication interface specification for chip communication, mainly used in single-chip systems. Similar to I²C.

The advantages of SPI compared to I2C are that the transmission speed can be faster, full-duplex, and the length is not limited to one byte.

Full-duplex mode communication is a master-slave mode between a host and one or more slaves. The host is responsible for initializing the frame. This data transfer frame can be used for both reading and writing operations. The chip select line can select one from multiple slaves to respond to the host's request.

SPI Configuration

My SPI Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages