vivado-docker
Vivado installed into a docker image for CI purposes.
Build instructions
- Copy the Vivado installation package
Xilinx_Vivado_SDK_2018.3_1207_2324.tar.gz
to this folder. - Potentialy modify the
install_config.txt
to change the install options. - Build the image (will take about 30 minutes) passing in a build arg
docker build --build-arg VIVADO_VERSION=2018.3 --build-arg VIVADO_TAR_FILE=Xilinx_Vivado_SDK_2018.3_1207_2324.tar.gz -t vivado:2018.3 .
Running
docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix vivado:2018.3