diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2015-04-06 10:13:12 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2015-04-06 10:14:30 -0700 |
commit | e3b9b50ac81c51e5946005c901e425399d4e6498 (patch) | |
tree | 00356d7abddf6fe5036498bad1d2e35d434dc330 | |
parent | 60d0c560a807634fc063abd38af033f14328a2f5 (diff) | |
download | knowledge-e3b9b50ac81c51e5946005c901e425399d4e6498.tar.gz knowledge-e3b9b50ac81c51e5946005c901e425399d4e6498.zip |
fpga-toolchain: Xilinx Vivado 2014.4 on Debian Wheezy 64bit
-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 ------------------------------------------------------------- |