Skip to content

Docker image for running Vivado in a 64-bit Debian Jessie container

Notifications You must be signed in to change notification settings

dkhughes/vivado-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#vivado-docker

Building the images

Xilinx has ITAR restrictions and licensing restrictions in place for obtaining Vivado. As such, you will need to download the full installer from your own Xilinx account and place it in the Jessie-Vivado-[Release] docker image directory as a local file the docker build process can find. Additionally, get your wildcard Xilinx.lic file from their webpage and place this in the same directory. This way Xilinx licensing is still respected.

There is a helper script used to build the images. Edit the top of build_images script for your image/tag names, etc. You must build this on your local machine in order for the script to properly build the X sharing files in the container. The default batch mode config does install SDK, but you can quickly disable it if necessary. Note: This is not a secure sandbox container! For running the FPGA tools I don't think that is an issue.

Note: During the build, the Xilinx installer pauses for some time after printing Installation completed. Be patient it will finish.

Running the docker image

Running using your local X server requires the right permissions on the host. On my machine this is done by xhost. To launch Vivado run:

$ xhost +
$ ./run_vivado.sh

You should see the Vivado gui pop up. Launch the other versions using their respective scripts. Happy Vivado-ing!

About

Docker image for running Vivado in a 64-bit Debian Jessie container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages