ZCU102 Vivado build #152
-
Hi all, Still getting error: How I can fiw this issue? Secondly (what I primarily want) - are there any Xillinx purchaed IP cores in this project (something like https://www.xilinx.com/products/intellectual-property/ef-di-25gemac.html )? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem, most likely, is that the windows filesystem does not support symlinks. There are basically two ways to build the design: either build it fully on linux, or manually create a Vivado project and add all of the files. The files are all listed in the makefile, so adding everything is pretty straightforward. There are no purchased IP cores used in any of my repos. You might need a toolchain license for some parts (which likely includes the ZCU102), and some parts need no-charge licenses for a few things (CMAC and PCS/PMA cores). |
Beta Was this translation helpful? Give feedback.
The problem, most likely, is that the windows filesystem does not support symlinks. There are basically two ways to build the design: either build it fully on linux, or manually create a Vivado project and add all of the files. The files are all listed in the makefile, so adding everything is pretty straightforward.
There are no purchased IP cores used in any of my repos. You might need a toolchain license for some parts (which likely includes the ZCU102), and some parts need no-charge licenses for a few things (CMAC and PCS/PMA cores).