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 Instalerand place into the directory. - Adapt
install_config.txtto your likings, or regenerateinstall_config.txtby running./Xilinx_Unified_2022.1_0420_0327_Lin64.bin -- --batch ConfigGenand copying the generated file into the directory. - Build the docker image by running
./build.sh. - At the beginning of the
./build.shscript you need to log in with your Xilinx credentials in order to create a authenication token for the web installer. - Adjust the
PROJECT_PATHvariable inrun.shto mount your project folder and run the docker image with./run.sh. - Start Vivado from the docker terminal with
vivado.