Difference between revisions of "ISE WebPack installation on Linux"

From ArmadeusWiki
Jump to: navigation, search
(Installation guide for debian Wheezy and ISE 14.6)
(Installation guide for debian Wheezy and ISE 14.6)
Line 66: Line 66:
 
* Give a directory where you have enough space (1.6Go).
 
* Give a directory where you have enough space (1.6Go).
 
* click on '''Install''' button
 
* click on '''Install''' button
 +
* get a free license on [http://www.xilinx.com/getlicense this page].
  
 
==Links==
 
==Links==
 
* http://www.xilinx.com/ise/logic_design_prod/webpack.htm
 
* http://www.xilinx.com/ise/logic_design_prod/webpack.htm
 
* Good french tutorial : http://harded.free.fr/site/?p=55
 
* Good french tutorial : http://harded.free.fr/site/?p=55

Revision as of 17:10, 4 July 2013

Xilinx WebPack installation instructions for Linux Ubuntu (6.10) with ISE 10.1.

Note Note: Tested on:
  • Ubuntu Dapper (6.10) & Gusty (7.10) x86 32bits,
  • KUbuntu 7.10 x86 32bits

Packages needed

Install following package before installing ISE:

$ sudo apt-get install libstdc++5 libmotif3 libxp6 libcurl3

Instructions

Note Note: On new version of ISE webpack tcl console is not activated by default. To use it check the menu View->Panels->Tcl Console
  • download ISE WebPACK - WebInstall / ISE WebPACK 10.1 (Free Download) archive from here. You will need to create a Xilinx's account and register before being able to download files (it's free).
  • Choose the full download version "Download Files Individually" (2,4 Gbytes). When asked, you are not obliged to accept Java download manager (if you are sure of your Internet connection quality). Note the registration ID, it will be asked later during installation.

ISE full download.png

  • You will get a webpack_SFD.tar archive, save it in your $HOME dir
  • unzip the archive:
 $ cd $HOME
 $ tar xvf webpack_SFD.tar
  • launch the installation
 $ cd webpack
 $ ./setup
  • Follows the instructions of the graphical interface (you need to launch setup as root if you want to install JTAG tools but on Armadeus JTAG tools are not needed to program the FPGA):

ISE install select.png

ISE install dir.png

ISE install options.png

ISE install options2.png

ISE install update.png

Installation guide for debian Wheezy and ISE 14.6

  • Following package must be installed :
sudo apt-get install libstdc++5 libxp6 libcurl3 libmotif4
  • Download «ISE Design Suite - 14.6 Full Product Installation» on xilinx website (7.3Go !)
  • decompress the tar archive with following command:
tar xvf Xilinx_ISE_DS_14.6_P.68d_3.tar
  • launch installer :
cd Xilinx_ISE_DS_14.6_P.68d_3
./xsetup
  • accept all conditions
  • select ISE WebPACK under menu Select Products to Install.
  • keep default settings
  • Give a directory where you have enough space (1.6Go).
  • click on Install button
  • get a free license on this page.

Links