From e3b9b50ac81c51e5946005c901e425399d4e6498 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 6 Apr 2015 10:13:12 -0700 Subject: fpga-toolchain: Xilinx Vivado 2014.4 on Debian Wheezy 64bit --- electronics/fpga-toolchain.page | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'electronics') 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 ------------------------------------------------------------- -- cgit v1.2.3