byuccl / PYNQ-PRIO

BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

DFX tutorial #2

Open nachiket opened 1 year ago

nachiket commented 1 year ago

Hello -- Thank you for putting together this PR demo on Pynq! Do you have documentation or tutorials explaining how to assemble the static/dynamic regions for partial configurations on the Pynq Z1 board? I see some tcl scripts, but I don't have a good idea of where to begin, and how to start assembling my own overlay. Thank you.

jgoeders commented 1 year ago

@nachiket Thanks for your comment. We unfortunately haven't touched this project in quite a while and the students that were mainly responsible for this have moved on.

We were mainly creating the PR regions through the tcl scripts, I believe. In newer version of Vivado I believe there is GUI support via the newer "dynamic function exchange (DFX)" tooling, although this didn't exist when we created this project.

@hcook95 Any thoughts?