Added
axi_fifo: Inserts a FIFO into all 5 AXI4 channels; add module and its testbenchaxi_test: Addmappedmode to the random classes as well as additional functionality to the
scoreboard class.axi_throttle: Add a module that limits the maximum number of outstanding transfers sent to the
downstream logic.axi_to_mem: AXI4+ATOP slave to control on chip memory.axi_to_mem_banked: AXI4+ATOP slave to control on chip memory, with banking support, higher
throughput thanaxi_to_mem.axi_to_mem_interleaved: AXI4+ATOP slave to control on chip memory, interleaved to prevent
deadlocks.axi_to_mem_split: AXI4+ATOP slave to control memory protocol interconnect.Bender: Add dependencytech_cells_genericv0.2.2for generic SRAM macro for simulation.
Changed
axi_demux: Add module docstringaxi_sim_mem: Add the capability to emit read and write errorsBender: Update dependencycommon_cellstov1.26.0fromv1.21.0(required by
axi_throttle)- Remove
docsdirectory, move content todocfolder.docsis automatically created and
populated during the CI run. - Update vsim version to
2021.3in CI, drop test for2020.1and2021.1
Fixed
axi_lite_demux: Improve compatibility with vsim version 10.7b.axi_lite_mux: Reduce complexity of W channel at master port by removing an unnecessary
multiplexer.