Containerized noxim for convenient NoC Simulations
332
Noxim is a Network-on-Chip (NoC) simulator created by the University of Catania (Italy). This Docker image containerizes the application for convenient pulling and cloning, which bypasses the pains of installing on a VM or locally on a machine.
To see the source Dockerfile, visit the [Github page].
To use the image, first pull it from Dockerhub.
docker pull mikeyvxt/noxim
You can mount a volume containing your configurations anywhere inside the container, but remember when running the container you must supply the absolute paths to the configurations. Example:
docker run -v $(pwd)/config:/etc/noxim mikeyvxt/noxim -config /etc/noxim/default_config.yaml -power /etc/noxim/power.yaml
Content type
Image
Digest
Size
152.4 MB
Last updated
over 8 years ago
docker pull mikeyvxt/noxim