Node-locked license issues with Docker #571
-
Hello everyone. I have a ZCU102 and I am trying to run the end2end examples. I am able to synthesize the code for the PYNQ devices, but when i try to do the same for the ZCU-102 I get the following error : Synthesis failed, no bitfile found. Check logs under /tmp/finn_dev_name/vivado_zynq_proj__gr37nr1 I have looked in the logfiles (and single-module sub-logfiles) produced and it looks like the feature "Synthesis" for the ZCU102 MPSoC is not available. The error there is the following : Starting synth_design Attempting to get a license for feature 'Synthesis' and/or device 'xczu9eg' WARNING: [Common 17-348] Failed to get the license for feature 'Synthesis' and/or device 'xczu9eg'. Explanation: The license feature Synthesis could not be found. Resolution: Check the status of your licenses in the Vivado License Manager. For debug help search Xilinx Support for "Licensing FAQ". 24 Infos, 1 Warnings, 0 Critical Warnings and 1 Errors encountered. synth_design failed ERROR: [Common 17-345] A valid license was not found for feature 'Synthesis' and/or device 'xczu9eg'. Please run the Vivado License Manager for assistance in determining which features and devices are licensed for your system. Resolution: Check the status of your licenses in the Vivado License Manager. For debug help search Xilinx Support for "Licensing FAQ". If you are using a license server, verify that the license server is up and running a version of the xilinx daemon that is compatible with the version of Xilinx software that you are using. Please note that Vivado 2017.3 and later requires upgrading your license server tools to the Flex 11.14.1 tools. Please confirm with your license admin that the correct version of the license server tools are installed. INFO: [Common 17-206] Exiting Vivado at Thu Mar 10 09:29:23 2022... All the sub-logfiles state the same error. As far as I can tell from using the combination of ZCU102 and Vivado/Vitis HLS I am able to synthesize and deploy to the device. Sorry for the beginner question here and thanks in advance for the answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi, the ZCU102 is not covered by the free WebPack license. Since FINN runs Vivado from within the Docker container, you'll need to pass your license information (e.g. a file or path to a license server) to this container. See https://finn.readthedocs.io/en/latest/getting_started.html#vivado-vitis-license |
Beta Was this translation helpful? Give feedback.
Hi, the ZCU102 is not covered by the free WebPack license. Since FINN runs Vivado from within the Docker container, you'll need to pass your license information (e.g. a file or path to a license server) to this container. See https://finn.readthedocs.io/en/latest/getting_started.html#vivado-vitis-license