ISE WebPack installation on Linux

From ArmadeusWiki
Revision as of 12:48, 3 July 2007 by JulienB (Talk | contribs) (creation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Xilinx WebPack installation instructions for Linux.

Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...

  • download ISE WebPACK - WebInstall archive (WebPACK_WebInstall_91i.zip) from here: [1]. You will need to create a Xilinx's account and register before being able to download files (it's free).
  • unzip the archive somewhere, for example $HOME/xilinx/
  • open a shell and go in:
$ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/
  • add executable rights to some files:
$ chmod a+x  setup _setup xinfo _xinfo xinfoenv
  • defines LD_LIBRARY_PATH:
$ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
  • launch installation:
$ ./setup
  • when asked for a Registration ID then enter the one you received by email from Xilinx ?????