sld-columbia / esp

Embedded Scalable Platforms: Heterogeneous SoC architecture and IP integration made easy
Other
317 stars 103 forks source link

change MIG interface to AXI? #138

Open 12ff7a6 opened 2 years ago

12ff7a6 commented 2 years ago

Hi, I have already booted Ariane and NVDLA on VC707. Now I want to boot the same project on some other FPGA prototyping platform. Which means, I can't use Xilinx IPs. I found an open source DDR IP https://github.com/enjoy-digital/litedram But they do support AXI interface. ThenI found ESP is using native interface on DDR controller. Is that possible to change the native interface to AXI interface? So that I can replace the Xilinx DDR IP to open source IP. Thanks a lot!