peteut / migen-axi

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

I would like use it with PYNQ board #16

Open kdpatino opened 4 years ago

kdpatino commented 4 years ago

Hello! I would like to know what is the status of the project. I want to use it but with PYNQ board. Do you have any documentation about how to use migen and vivado to make the hardware wrapper?

Thank you for your answer!

Kevin.

peteut commented 4 years ago

@kdpatino sorry for the late response. This project was born while working at the University of Bern for a simulator of an instrument. It was my first (and last, so far) project w/ the Zynx SoC. The aim was to provide a slim wrapper for the hard IP blocks of the Zynq-7000 SoC. I only implemented what was necessary for my project. For the actual build I relay on migen.build. Currently I'm working w/ nmigen the successor of migen. For board support a platform definition has to be crafted.