Skip to content

Files

Latest commit

1d3aaf3 · Jan 25, 2024

History

History
23 lines (13 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 672 Bytes

megaboom-cpu-benchmarking

Copyright (c) 2024 Antmicro

Docker image

Current version of the docker image only installs and prepares conda without installing Chipyard. Check comment in Dockerfile for more details.

If you want to recreate the docker image you have to trigger the ci_docker workflow manually.

Verilator tests

This workflow runs the verilator tests from Chipyard:

CONFIG: ["RocketConfig", "MegaBoomConfig"]
BINARY: ["../../tests/hello.riscv", "../../software/coremark/riscv-coremark/coremark.bare.riscv"]

with Verilator:

pushd sims/verilator
    make run-binary CONFIG=${CONFIG} BINARY=${BINARY}
popd