Skip to content

Instantly share code, notes, and snippets.

@yoelrc88
Last active January 29, 2019 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoelrc88/fb9c020db3e384f3bcd8daa8d0179254 to your computer and use it in GitHub Desktop.
Save yoelrc88/fb9c020db3e384f3bcd8daa8d0179254 to your computer and use it in GitHub Desktop.
Install and setup WePack in Ubuntu

Steps

  1. Download Xilinx ISE instalation

Additional Resources:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment