Merge branch 'main' into tetheredsim

This commit is contained in:
Jerry Zhao
2023-06-12 22:19:11 -07:00
committed by GitHub
14 changed files with 120 additions and 39 deletions

View File

@@ -60,6 +60,9 @@ case $1 in
chipyard-hetero)
run_bmark
;;
chipyard-prefetchers)
make -C $LOCAL_SIM_DIR $DISABLE_SIM_PREREQ ${mapping[$1]} run-binary BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/dhrystone.riscv
;;
rocketchip)
run_bmark
;;