fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
158 stars 70 forks source link

add ultra96_v2 support #72

Closed aniltirli closed 2 years ago

aniltirli commented 2 years ago

PL clock is supplied from PS. Block design tcl is used for that. Block design tcl file is exported from Vivado 2020.2.

Similar flow could be applied to microzed and zynqberry boards which also do not have on-board PL clock source.

olofk commented 2 years ago

Many thanks. Great to see a solution for getting a PL clock from PS that works in this context. I think someone else solved it by soldering an extra cable but this is a bit cleaner solution :) Picked and pushed!