Deploying a new IP license requires
attaining a floating license that is hosted on the Windows 10 host computer.
- To attain the hostid of the Windows 10 computer, open a Windows Command Prompt and navigate to the tps\FlexLM directory of the install. By default this is C:\Xilinx\14.7_VM\tps\FlexLM.
- Issue the following command:
lmutil lmhostid. This command generates at least one hostid, multiple ones are separated by spaces, to use when requesting a floating license for the paid IP. Additionally runlmutil lmhostid -hostnameto get the hostname of the Windows 10 host computer used when generating the license. - After all information has been collected, request a floating license from AMD.
- After the IP license is acquired from AMD, put the file somewhere on the
Windows 10 host computer file system. Then, open a new Command Prompt and again
navigate to the tps\FlexLM directory of the
install and launch
lmgrd -c <license file location> -z.Note: IMPORTANT: The lmgrd command must be active. Rather than closing the command window, you can minimize it. - To connect the Virtual Machine to the lmgrd instance running on the Windows
10 host, the IP address of the VirtualBox Host-Only Network must be known. To
determine this run
ipconfigfrom a Windows Command Prompt, and look for the Ethernet adapter VirtualBox Host-Only Network entry. Use the IPv4 Address to access the license. For example: - In the ISE Virtual Machine open a Linux terminal window, , in the window type:
export XILINXD_LICENSE_FILE=2100@192.168.56.1 - To verify that the IP license is available to ISE tools, open Project Navigator and go to to determine if the license is available.
- If the license is not available, close Project Navigator. In a Windows 10
command window, change the directory to
c:\Xilinx\14.7_VM\tps\FlexLM and
type:
lmutil lmstat -a -c 2100@192.168.56.1or the appropriate IP address listed in Figure 5-1 to see if the license is being served by the server. If it is not, there might be a problem with the firewall on the host. One way to circumvent this is to open the license file in a text editor and where the hostname is given as the SERVER, change that to the IP address, save the file, and relaunch
lmgrd.