This website requires JavaScript.
Explore
Help
Sign In
riscv
/
coriolis
mirror of
https://gitlab.lip6.fr/vlsi-eda/coriolis.git
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Projects
Releases
Wiki
Activity
ed753b75b1
coriolis
/
bootstrap
/
docker
/
ubuntu-18
/
Dockerfile.bash
7 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Add nMigen to docker & chroot images. * New: In bootsrap/docker: * install python3/nMigen tool in all environment. * Add a new image on top of the coriolis one to have a shell (with X11 connexion to the host system). * Upgrade Yosys to 0.9. * Correct integration of allianceInstaller.sh in socInstaller.py. * Add a chroot mode to socInstaler.py (for Debian 9 chrooted). * Allow benchs to be run separately.
2020-02-19 17:45:52 -06:00
Don't remembers what thoses do, but don't want to loose them either.
2021-04-21 10:00:48 -05:00
FROM ubuntu18.coriolis
Add nMigen to docker & chroot images. * New: In bootsrap/docker: * install python3/nMigen tool in all environment. * Add a new image on top of the coriolis one to have a shell (with X11 connexion to the host system). * Upgrade Yosys to 0.9. * Correct integration of allianceInstaller.sh in socInstaller.py. * Add a chroot mode to socInstaler.py (for Debian 9 chrooted). * Allow benchs to be run separately.
2020-02-19 17:45:52 -06:00
COPY root/dot.bashrc /root/.bashrc
CMD
[
"/bin/bash"
,
"-i"
]