Update CI

This commit is contained in:
Zitao Fang
2020-09-18 15:36:14 -07:00
parent 1543acfacd
commit a43400acb9
5 changed files with 124 additions and 22 deletions

View File

@@ -91,7 +91,19 @@ case $1 in
chipyard-ariane)
make run-binary-fast -C $LOCAL_SIM_DIR ${mapping[$1]} BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/dhrystone.riscv
;;
chipyard-sodor)
chipyard-sodor-stage1)
run_asm ${mapping[$1]}
;;
chipyard-sodor-stage2)
run_asm ${mapping[$1]}
;;
chipyard-sodor-stage3)
run_asm ${mapping[$1]}
;;
chipyard-sodor-stage5)
run_asm ${mapping[$1]}
;;
chipyard-sodor-ucode)
run_asm ${mapping[$1]}
;;
chipyard-nvdla)