-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfiles for xc7 and eos #220
base: main
Are you sure you want to change the base?
Conversation
Hi @smohiudd thanks for this, but I don't think examples repo is the best place to keep the Dockerfiles. Maybe a better place for this PR is https://github.com/hdl/containers?
|
@kgugala Sounds good, I'll have a look at https://github.com/hdl/containers. Still getting familiar with the Symbiflow structure but where does this issue about docker from Symbiflow/make-env fit into everything?
|
|
FTR, there was a draft PR in hdl/containers about SymbiFlow, opened by @carlosedp in June: hdl/containers#26. I completed it during this weekend (see https://github.com/hdl/containers/pull/26/files) and there are now SymbiFlow containers available, ready to use with the examples in this repo. See https://hdl.github.io/containers/#_symbiflow_conda and https://hdl.github.io/containers/ug/index.html#_symbiflow (note that these URLs might change in the following days/weeks, because the docs are being migrated to Sphinx). Images from hdl/containers use "latest" arch def tarballs. Related: #223. Usage example: :~# git clone https://github.com/SymbiFlow/symbiflow-examples
...
:~# cd symbiflow-examples
:~/symbiflow-examples# docker run --rm -it \
-v /$(pwd)://wrk \
-w //wrk \
gcr.io/hdl-containers/symbiflow/xc7/a100t
...
root@c3d4dd1d97cc:/wrk# conda activate xc7
...
(xc7) root@c3d4dd1d97cc:/wrk# TARGET="arty_100" make -C xc7/picosoc_demo/
|
@umarcor thanks for the update and great to see the docker images are hosted! |
Scripts to download architecture definitions, build docker images and run docker containers:
scripts/docker/download --xc7
scripts/docker/update --xc7
scripts/docker/console --xc7