User Tools

Site Tools


ed:klang:howtos:ise_ubuntu

This is an old revision of the document!


Install Xilinx ISE 14.7 under Ubuntu (22.04 LTE)

Installation

sudo ./xsetup

If libncurses.so.5 is missing:

sudo apt-get install libncurses5

Run ISE:

. /opt/Xilinx/14.7/ISE_DS/settings64.sh
ise

License

ISE license manager is not able to detect the NIC when it is named by the BIOS, which is done by default in newer Ubuntu version.

Check the name of you NIC:

ip link show

For the ISE license manager the NIC name must start with “eth”. To solve this problem:

Edit the Grub configuration file

sudo vi /etc/default/grub

Change Parameter:

GRUB_CMDLINE_LINUX=""

to

GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

Apply change to grub.

sudo grub-mkconfig -o /boot/grub/grub.cfg

Reboot.

ed/klang/howtos/ise_ubuntu.1669817152.txt.gz · Last modified: 2022/11/30 15:05 by klang