We edit an simulink example using Simulink Sine Wave Generantor linked to Gateway In. Then direct connected to Gateway Out and then to simulink Scope. We also placed DSP Token.
After opening the DSP token and pressing compilation bottom, we got the following error message:
ERROR: A license checkout has failed for System Generator for DSP (SysGen).
Please launch Xilinx License Configuration Manager (xlcm) program to make sure that a valid license exists and it can be found by the program.
In order to set XILINXD_LICENSE_FILE environment variable correctly do the following.
1. Close the design and exit MATLAB.
2. Set environment variable, XILINXD_LICENSE_FILE, to point to the valid license file or the license server.
3. Relaunch MATLAB and start System Generator process.
However, running the license manager, we see that all licenses are present. But we also got this message below:
------------------- A message from the license manager --------------
INFO:Security:71 - If a license for part 'xc7z020' is available, it will be possible to use 'SysGen_TDP' instead of 'SysGen'.
INFO:Security:60 - The XILINXD_LICENSE_FILE environment variable is set to 'C:.XilinxXilinx.lic'.
INFO:Security:63 - The LM_LICENSE_FILE environment variable is not set.
INFO:Security:68 - For more information or for assistance in obtaining
a license, please run the Xilinx License Configuration Manager
(xlcm or "Manage Xilinx Licenses".)
INFO:Security:68a - user is Administrator, on host LASERLAP.
WARNING:Security:9b - No 'SysGen' feature version 2012.12 was available for part 'xc7z020'.
ERROR:Security:10 - No 'SysGen_TDP' feature version 2012.12 was available for part 'xc7z020'.
We used
Zedboard rev. D
Matlab/Simulink ver. R3013b
ISE version 14.4
PC connected with serial-USB, JTAG-USB and Ethernet to Zedboard
and carried out the Matlab starting commands before:
hdlsetuptoolpath('ToolName', 'Xilinx ISE', 'ToolPath', 'F:ise_14-414.4ISE_DSISEbin
tise.exe')
h = zynq()
h.setupZynqHardware()
xmakefilesetup
sdrsetup
What is wrong with the license.
Best regards
thomas