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. It is necessary to detect it for generation of the license file.

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.1669816581.txt.gz · Last modified: 2022/11/30 14:56 by klang