peteut / migen-axi

AXI support for Migen/MiSoC
MIT License
23 stars 14 forks source link

AXI SRAM support #26

Closed Spaqin closed 2 years ago

Spaqin commented 2 years ago

This PR aims to add support for SRAM connected directly to AXI bus, rather than CSR (through axi2csr) or Wishbone.

The tests for the code were modified from AXI2CSR tests, and they seem to work very well for this purpose.

peteut commented 2 years ago

@Spaqin thanks for your contribution!