Docker with tools to develop Hardware related projects available on
Further tools will be added as i gather them, if you have any suggestions or issue feel free to open an issue here on github.
Left-aligned | slim | full |
---|---|---|
Intel Modelsim 22.04 | ✅ | ✅ |
noVNC | ✅ |
Planned to add:
- Verilator
- GHDL
- GTKwave
username: dockeruser
password: password
The docker can be started with this command that exposes SSH and the noVNC gui
docker run -d -p 2222:22 -p 5901:5901 -p 6080:6080 --name hw_tools ilnerdchuck/hw_tools:full
Otherwise a docker compose can be used and an example is given in the docker-compose.yml
file, you can copy it and start it or customize it so suits your needs.
SSH is enabled and available with X11 forwarding at port 2222
In the full version the machine has a gui available at the address
http://localhost:6080/vnc.html
Pull the image with
docker pull --platform linux/amd64 ilnerdchuck/hw_tools:full
and run with the command for x86 written above or the docker compose