Add CircleCI check and update Sodor config

This commit is contained in:
Zitao Fang
2020-09-14 09:14:57 -07:00
parent 15d53e2cda
commit 5506f77679
4 changed files with 48 additions and 97 deletions

View File

@@ -91,6 +91,9 @@ 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)
run_asm ${mapping[$1]}
;;
chipyard-nvdla)
make -C $LOCAL_CHIPYARD_DIR/tests
make -C $LOCAL_SIM_DIR ${mapping[$1]} BINARY=$LOCAL_CHIPYARD_DIR/tests/nvdla.riscv run-binary