Add tests for spike tile

This commit is contained in:
Jerry Zhao
2023-01-06 15:10:45 -08:00
parent 81a32ab01f
commit 15c9207aec
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ case $1 in
chipyard-boom)
run_bmark ${mapping[$1]}
;;
chipyard-spike)
run_bmark ${mapping[$1]}
;;
chipyard-hetero)
run_bmark ${mapping[$1]}
;;