Skip to content

Cybiii/AXI-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXI-Lite

This AXI-Lite repository is a simplified subset of the ARM AMBA AXI protocol for memory-mapped register and control interfaces. It uses handshaking on each channel, supports only single-beat (non-burst) transactions.

XCelium testbenches

make xcelium_1xM    # 1 master, M slaves
make xcelium_Nx1    # N masters, 1 slave
make clean

Structure

  • axi_lite/ — RTL (interfaces, bridges, arbiter)
  • tb/ — testbenches
  • scripts/ — Xcelium and JasperGold scripts

About

This AXI-Lite repository is a simplified subset of the ARM AMBA AXI protocol for memory-mapped register and control interfaces. It uses handshaking on each channel, supports only single-beat (non-burst) transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors