Skip to content

HazemAlindari/chipyardDocker

Repository files navigation

Chipyard Docker

This docker image does setup chipyard (latest tag) with tools (except firesim and marshal, to install those too, simply remove --skip-firesim --skip-marshal from installChipyardWithTools.sh)

ChipyardDocker on Docker Hub

The container run on amd64 and is tested on apple silicon.


To run this container:

docker pull hazemjaki/chipyard
docker run -it --rm hazemjaki/chipyard

To Build urself:

To build please run this command in terminal inside the scope of the repo: "docker build . -t chipyard --progress plain" This might take a lot of times (sometimes more than an hour depending on ur hardware)
After it's done, use the command: "docker run -it --rm chipyard" from anywhere. This will run the container in interactive mode and you should find urself in chipyard directory

To Do :

1.Try to make the image size smaller by deleting not needed packages before image export