03-17-2017 09:00 AM
Hello,
I have generated with my voucher of virtex-7 a node locked license, I have loaded it in Vivado and the license
manager shows that it was successfully loaded
However I'm not able to synthesis the design, Vivado is saying that I need a valid license for xc7vx485t, which I have loaded earlier
Any help is appreciated
03-17-2017 11:41 AM
@ali,
You need to change the NIC naming convention tto ethX.
Refer this AR for details: https://www.xilinx.com/support/answers/60510.html
03-17-2017 09:04 AM - edited 03-17-2017 09:06 AM
Hello @ali,
Can you share the output of below command along with license file here -
report_environment -file <directory_name>/xinfo.txt
03-17-2017 09:07 AM
03-17-2017 09:13 AM
Hello @ali,
Are you using supported version of Ubuntu OS? Only Ubuntu Linux 16.04 LTS (64-bit) is supported with Vivado 2016.4.
The license you have generated is unable to lock to your system host ID. Hence you are facing this error.
Can you attach license here ?
03-17-2017 09:15 AM
03-17-2017 11:41 AM
@ali,
You need to change the NIC naming convention tto ethX.
Refer this AR for details: https://www.xilinx.com/support/answers/60510.html
03-17-2017 11:54 AM
For reference I have disabled the new network naming schema, by editing /etc/default/grub
GRUB_CMDLINE_LINUX="net.ifnames=0"
sudo update-grub2
And Vivado works as expected!
Thanks very much for the quick help.
03-18-2017 04:03 AM
@ali,
Glad to know that your issue is resolved.
Please close this thread by marking appropriate reply as "Accept as solution".