Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pynq-zu board to VivadoAccelerator backend #755

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

jmduarte
Copy link
Member

Add support for pynq-zu.

Type of change

  • New feature (non-breaking change which adds functionality)

Tests

https://gist.github.com/jmduarte/41a6afcd412dbd7c39cdbd0e2a1a01a3

Checklist

  • I have read the guidelines for contributing.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have installed and run pre-commit on the files I edited or added.
  • I have added tests that prove my fix is effective or that my feature works.

@jmduarte jmduarte added this to the v0.8.0 milestone Apr 10, 2023
@vloncar
Copy link
Contributor

vloncar commented Apr 10, 2023

I'm wondering if we should also have an extension API handle adding support for new hardware or new drivers because now one has to make manual changes to the codebase to add new boards/drivers.

@jmduarte
Copy link
Member Author

@vloncar yes, i think that's a good idea.

Regarding this PR in particular, I'm having an issue in Vivado 2020.1 where it says:

WARNING: [Board 49-26] cannot add Board Part tul.com.tw:pynqzu:part0:1.1 available at /home/users/woodson/XilinxBoardStore/boards/TUL/pynqzu/1.1/board.xml as part xczu5eg-sfvc784-1-e specified in board_part file is either invalid or not available

even after installing the board files / pointing Vivado to the right place (and the same procedure works for pynq-z2).

Could this mean this FPGA part is only supported in >= 2020.2 ?

@jmitrevs
Copy link
Contributor

Release 2020.1.1 added some support, though I am not sure it includes this:

https://support.xilinx.com/s/article/75475?language=en_US

@jmduarte jmduarte removed this from the v0.8.0 milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants