Uses Vagrant to install Xilinx Vivado into a VM
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
John-Mark Gurney e31c798e69 use proper MD numbered list numbering.. 3 lat temu
.gitignore Set of scripts to automatically install Xilinx Vivado into a VM, 3 lat temu
Makefile Set of scripts to automatically install Xilinx Vivado into a VM, 3 lat temu
README.md use proper MD numbered list numbering.. 3 lat temu
Vagrantfile Set of scripts to automatically install Xilinx Vivado into a VM, 3 lat temu
bootstrap.sh Set of scripts to automatically install Xilinx Vivado into a VM, 3 lat temu
install_config.txt Set of scripts to automatically install Xilinx Vivado into a VM, 3 lat temu

README.md

Vivado Vagrant

This automatically installs Vivado into a VM for development.

Steps

Note: by running these commands, it will execute a step that has you agree to Xilinux’s EULA, their 3rd Party EULA and their Web Talk Terms. If you do not agree to these terms, do not run the commands.

  1. Make sure that vagrant is installed and functional.
  2. Download and put the file Xilinx_Unified_2019.2_1106_2127_Lin64.bin in this directory.
  3. Run: make vivado

You can also run make shell to obtain a shell for installing additional software or running scripts.