Skip to content

ilnerdchuck/hw-tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hw-tools-docker

Docker with tools to develop Hardware related projects available on Docker Hub

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

Docker Image Info

username: dockeruser
password: password

Starting the docker

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

SSH is enabled and available with X11 forwarding at port 2222

noVNC

In the full version the machine has a gui available at the address

http://localhost:6080/vnc.html

Instruction for ARM MACs

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

About

Docker with tools to develop Hardware related projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published