diff options
-rw-r--r-- | electronics/fpga-toolchain.page | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/electronics/fpga-toolchain.page b/electronics/fpga-toolchain.page index 2ced83b..e84dca6 100644 --- a/electronics/fpga-toolchain.page +++ b/electronics/fpga-toolchain.page @@ -35,6 +35,28 @@ home folder. To start the IDE run `/opt/Xilinx/13.3/ISE_DS/ISE/bin/lin64/ise` (set it up as an alias or with a wrapper script). +Xilinx Vivado 2014.4 on Debian Wheezy 64bit +--------------------------------------------- + +Download is 5.0GB; unziped installer is 5.2GB. /opt/Xilinx/Vivado/2014.4 is +6.9GB; /opt/Xilinx/SDK/2014.4 is 4.9GB. So in total you'll want more than 22GB +to download and install. + +Run the installer as sudo (no strictly necessary?). Select Vivado WebPACK. +Install Cable Drivers and Software Development Kit (this later is big, another +~5GB unextracted). + +When the install is done and license manager pops up, do the "Save link" thing +(because you are running as root, browser probably won't work), then find that +.html file and open it as your regular user; it will redirect. Select the +Vivado WebPACK and SDK licenses (the ones with no expiration, not the +evaluation ones). + +Create a ~/.profile or ~/.bashrc alias like: + + alias vivadoenv2014.4="source /opt/Xilinx/Vivado/2014.4/settings64.sh" + + Xilinx Platform Cable USB II Drivers on Debian Wheezy 64-bit ------------------------------------------------------------- |