axi
axi copied to clipboard
AXI4 on chip memory slave
This PR adds the axi_to_mem
module to translate AXI4 to a simple memory protocol. This PR partially replaces #115 and #213.
We do not have a testbench for this module, right?
We do not have a testbench for this module, right?
#248 adds a banked variant using axi_to_mem
, as well as a testbench for the banked variant, consequently also testing axi_to_mem
.