Sign inSign up

archfx/rvutils

By archfx

Updated almost 3 years ago

GCC toolchain for RISC-V instruction set (32/64 bit)

Image
2

10K+

archfx/rvutils repository overview

Tool chain for RISC-V

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

Simulation

The container is pre-built with iverilog simulator. You can find the QEMU simulator at archfx/rvutils:qemu

Tag summary

Content type

Image

Digest

sha256:e3a1c65d6

Size

2.3 GB

Last updated

almost 3 years ago

docker pull archfx/rvutils