- Download Xilinx ISE instalation
- Go to https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html
- Select version 14.7 at the left
- Look for and download Full Installer for Linux (TAR/GZIP - 6.09 GB) MD5 SUM Value : e8065b2ffb411bb74ae32efa475f9817
- File name should be
Xilinx_ISE_DS_Lin_14.7_1015_1.tar
- https://www.xilinx.com/member/forms/download/xef.html?filename=Xilinx_ISE_DS_Lin_14.7_1015_1.tar&akdm=1
- Awesome guide here https://github.com/brandoncurtis/fpga
- Xilinx ISE Ubuntu 18.04 installation https://youtu.be/meO-b6Ib17Y
The environment variables are written to settings[32|64].(c)sh at "/opt/Xilinx/14.7/ISE_DS". To launch the Xilinx tools, first source the settings script:
C-shell 64 bit environment...
source /opt/Xilinx/14.7/ISE_DS/settings64.csh
Shell, Bash shell, Korn Shell 64 bit environment...
. /opt/Xilinx/14.7/ISE_DS/settings64.sh
C-shell 32 bit environment...
source /opt/Xilinx/14.7/ISE_DS/settings32.csh
Shell, Bash shell, Korn Shell 32 bit environment...
. /opt/Xilinx/14.7/ISE_DS/settings32.sh
ENviroment Var setup for xst:
export XILINX_DSP=/opt/Xilinx/14.7/ISE_DS/ISE
export XILINX_PLANAHEAD=/opt/Xilinx/14.7/ISE_DS/PlanAhead
export XILINX=/opt/Xilinx/14.7/ISE_DS/ISE
export XILINX_EDK=/opt/Xilinx/14.7/ISE_DS/EDK
export PATH=$PATH:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64:/opt/Xilinx/14.7/ISE_DS/ISE/sysgen/util:/opt/Xilinx/14.7/ISE_DS/ISE/../../../DocNav:/opt/Xilinx/14.7/ISE_DS/PlanAhead/bin:/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64:/opt/Xilinx/14.7/ISE_DS/EDK/gnu/microblaze/lin/bin:/opt/Xilinx/14.7/ISE_DS/EDK/gnu/powerpc-eabi/lin/bin:/opt/Xilinx/14.7/ISE_DS/EDK/gnu/arm/lin/bin:/opt/Xilinx/14.7/ISE_DS/EDK/gnu/microblaze/linux_toolchain/lin64_be/bin:/opt/Xilinx/14.7/ISE_DS/EDK/gnu/microblaze/linux_toolchain/lin64_le/bin:/opt/Xilinx/14.7/ISE_DS/common/bin/lin64