GCC toolchain for RISC-V instruction set (32/64 bit)
10K+
Pull directly from the Docker-Hub
docker pull archfx/rvutils
Set the expected location to share with the container
export LOC=<directory you want>
Run the Docker image
sudo docker run -t -p 6080:6080 -v "${PWD}/:/$LOC" -w /$LOC --name rvutils archfx/rvutils
The container is pre-built with iverilog simulator.
You can find the QEMU simulator at archfx/rvutils:qemu
Content type
Image
Digest
sha256:e3a1c65d6…
Size
2.3 GB
Last updated
almost 3 years ago
docker pull archfx/rvutils