Add a new SaciAxiLiteMaster module. This module is intended to be paired with AxiLiteSaciMaster. Together they create a an AXI-Lite bridge between two chips carried over the SACI bus.
Details
Only 20 bits of AXI-Lite address space are available, due to the limited address bits on the SACI bus protocol.
Description
Add a new
SaciAxiLiteMaster
module. This module is intended to be paired withAxiLiteSaciMaster
. Together they create a an AXI-Lite bridge between two chips carried over the SACI bus.Details
Only 20 bits of AXI-Lite address space are available, due to the limited address bits on the SACI bus protocol.
Also added a cocotb testbench for the new module.