strath-sdr / rfsoc_sam

RFSoC Spectrum Analyser Module on PYNQ.
BSD 3-Clause "New" or "Revised" License
69 stars 22 forks source link

Pynq 2.7 and Vivado 2020.1? #13

Closed sirjansel0t closed 2 years ago

sirjansel0t commented 2 years ago

Hello,

According to PYNQ website, they used Vivado 2020.2 for Pynq 2.7. However, when I ran rfsoc_sam, seems like you guys are still using vivado 2020.1. Will there be any compatibility issues with Pynq 2.7 and Vivado 2020.1? Will you be upgrading to Vivado 2020.2?

dnorthcote commented 2 years ago

Hi @sirjansel0t

I can confirm that Vivado 2020.1 works fine with RFSoC SAM and PYNQ v2.7. There aren't any compatibility issues apart from the change made in the following commit here.

We will eventually upgrade to Vivado 2020.2 to keep with the PYNQ releases, but can't confirm when this will happen. For now you should be able to run RFSoC SAM v0.4.0 on PYNQ v2.7

Thanks, David.