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

How to target a different board/FPGA than the examples? #65

Closed
davidfhorowitz opened this issue Sep 6, 2023 · 2 comments
Closed

How to target a different board/FPGA than the examples? #65

davidfhorowitz opened this issue Sep 6, 2023 · 2 comments

Comments

@davidfhorowitz
Copy link

In the documentation it says you can re-target the examples for any FPGA with enough room. I would like to target a ZCU111 RFSoC so I can insert the IP into a custom design. I believe I need to alter the "build.py" file but I'm not clear on which lines need to be altered and how to specify ZCU111 rather than the default ZCU104. Can you provide guidance?

Thank you

@davidfhorowitz
Copy link
Author

davidfhorowitz commented Sep 7, 2023

Can I just open the Vivado project that was created, switch the part, and regenerate everything?

@fpjentzsch
Copy link
Contributor

Hi, you should be able to change the part in Vivado after the fact, at least if the device is from the same family and the HLS-generated code is compatible.

To see which Boards you can select in the build.py, see https://github.com/Xilinx/finn/blob/dev/src/finn/util/basic.py

For an example of how to add support for new boards, you could refer to this PR: Xilinx/finn#787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants