Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Vivado Docker
Commits
4f4e7eaf
Commit
4f4e7eaf
authored
Sep 13, 2016
by
Brian Donovan
Browse files
Update README for SSH
parent
3e82293f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4f4e7eaf
...
...
@@ -4,12 +4,14 @@ Vivado installed into a docker image for CI purposes.
## Build instructions
1.
Copy the Vivado installer (Xilinx_Vivado_SDK_2015.3_0929_1.tar.gz) file into the directory.
1.
Copy your Vivado
`Xilinx.lic`
file into the directory.
2.
Potentialy modify the
`install_config.txt`
to change the install options.
3.
Build the image (will take about 10 minutes)
1.
This docker file assumes your Vivado installer is available on a host a ~/Downloads/Xilinx_Vivado_SDK_2016.1_0409_1.tar.gz
2.
Create a password-less ssh rsa key
`ssh-keygen -t rsa`
3.
Copy resulting private key (
`~/.ssh/id_rsa`
) into the directory
4.
Copy your Vivado
`Xilinx.lic`
file into the directory.
5.
Potentialy modify the
`install_config.txt`
to change the install options.
6.
Build the image (will take about 10 minutes) passing in a build arg
```
shell
docker build
-
t
caryan/
vivado:2016.1 .
docker build
-
-build-arg
HOST_LOGIN
=
user@host
--rm
-t
vivado:2016.1 .
```
## Running
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment