add icenet and testchipip unit tests to CI

This commit is contained in:
Howard Mao
2020-04-24 17:15:15 -07:00
parent 8df43203a2
commit 94628e78b2
3 changed files with 48 additions and 0 deletions

View File

@@ -71,6 +71,12 @@ 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
;;
icenet)
make run-none-fast -C $LOCAL_SIM_DIR ${mapping[$1]}
;;
testchipip)
make run-none-fast -C $LOCAL_SIM_DIR ${mapping[$1]}
;;
*)
echo "No set of tests for $1. Did you spell it right?"
exit 1