Add Ibex to GHA

This commit is contained in:
Ella Schwarz
2021-11-17 15:26:59 -08:00
parent b6741b052a
commit 94ae7af007
4 changed files with 27 additions and 3 deletions

View File

@@ -101,6 +101,9 @@ case $1 in
chipyard-cva6)
make run-binary-fast -C $LOCAL_SIM_DIR $DISABLE_SIM_PREREQ ${mapping[$1]} BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/multiply.riscv
;;
chipyard-ibex)
run_bmark ${mapping[$1]}
;;
chipyard-sodor)
run_asm ${mapping[$1]}
;;