This repository contains a Vivado 2022.1 docker image based on Ubuntu 20.04.
- Download the
Xilinx Unified Installer 2022.1: Linux Self Extracting Web Instaler
and place into the directory. - Adapt
install_config.txt
to your likings, or regenerateinstall_config.txt
by running./Xilinx_Unified_2022.1_0420_0327_Lin64.bin -- --batch ConfigGen
and copying the generated file into the directory. - Build the docker image by running
./build.sh
. - At the beginning of the
./build.sh
script you need to log in with your Xilinx credentials in order to create a authenication token for the web installer. - Adjust the
PROJECT_PATH
variable inrun.sh
to mount your project folder and run the docker image with./run.sh
. - Start Vivado from the docker terminal with
vivado
.