Difference between revisions of "Xilinx ISE"

From LogicBox
Jump to: navigation, search
(Installing Xilinx ISE)
Line 1: Line 1:
= Installing Xilinx ISE =
+
= Installing Xilinx ISE in Linux =
  
All this information was extracted from [http://www.george-smart.co.uk/wiki/Xilinx_JTAG_Linux Here are the instructions how to install the JTAG driver and software on a Linux PC.]
+
All this information was extracted from [http://www.george-smart.co.uk/wiki/Xilinx_JTAG_Linux Here are the instructions how to install the JTAG driver and software on a Linux PC.]. There are no special issues on a Windows PC.
  
  
Line 17: Line 17:
 
  sudo ./xsetup
 
  sudo ./xsetup
  
= JTAG Kabel in Linux =
+
Select the ISE Design suite: System Edition and install it. The ISE will be installed under /opt/Xilinx/14.5 . When asked, uncheck all options for the installation and start it
  
[http://www.george-smart.co.uk/wiki/Xilinx_JTAG_Linux Here are the instructions how to install the JTAG driver and software on a Linux PC.]
+
If the PC will be used ''only'' for ''programming'' and '''not''' for ''compilation'', select '''Lab Tools''' in the installation process!
  
There are no special issues on a Windows PC.
 
  
If the PC will be used ''only'' for ''programming'' and '''not''' for ''compilation'', select '''Lab Tools''' in the installation process!
+
= JTAG Kabel in Linux =

Revision as of 09:54, 25 June 2015

Installing Xilinx ISE in Linux

All this information was extracted from Here are the instructions how to install the JTAG driver and software on a Linux PC.. There are no special issues on a Windows PC.


When installing Xilinx ISE, make sure that the installer is located on the hard drive. The installer needs to have write permissions to the setup files. Burning the files to DVD has been reported to create problems.

Download Xilinx ISE from their website. This instruction has been tested with Ubuntu 14.04 64-bits and the ISE 14.5 64-Bits.

Extract the archives to a place with read and write permissions, and chmod the installer file executable my all. To do this, change into the folder with the installer files are located and issue the command

sudo chmod a+x xsetup 

Then you are ready to install the ISE suite. I suggest you do this as root. To start the installer, enter the following command:

sudo ./xsetup

Select the ISE Design suite: System Edition and install it. The ISE will be installed under /opt/Xilinx/14.5 . When asked, uncheck all options for the installation and start it

If the PC will be used only for programming and not for compilation, select Lab Tools in the installation process!


JTAG Kabel in Linux