Skip to content

hexagon-oss/vivado-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vivado-docker

Vivado installed into a docker image for CI purposes.

Build instructions

  1. Copy the Vivado installation package Xilinx_Vivado_SDK_2018.1_0405_1.tar.gz to this folder.
  2. Potentialy modify the install_config.txt to change the install options.
  3. Build the image (will take about 30 minutes) passing in a build arg
    docker build --build-arg VIVADO_VERSION=2018.1 --build-arg VIVADO_TAR_FILE=Xilinx_Vivado_SDK_2018.1_0405_1.tar.gz -t vivado:2018.1 .

Running

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix vivado:2018.1

About

Dockerfile with Vivado for CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%