Replies: 1 comment
-
You can use Chipyard's FPGA prototyping flow with any Xilinx evaluation board, including the ZC706. However, you would need to manually add the support for it. In order to do so, you basically have to provide Configs, Harness and Binders in Scala just as done here for the supported development boards, and add the appropriate XDC constraints and Vivado TCL scripts in the FPGA Shells. Bare in mind that currently only Arty A7 and VCU118 boards are supported by Chipyard (with some limited support for VC707, too). It might be helpful for you to take a look at the Prototyping Flow documentation section. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use Chipyard FPGA flow with the Xilinx ZYNQ ZC706 board?
I saw that there are several FPGAs supported as shown in https://github.com/ucb-bar/chipyard/blob/main/fpga/Makefile
I just wanted to check whether it's possible to use ZC706 board for the FPGA flow and if so, what are the changes that I need to do for it?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions