Add DTM based bringup to regressions

This commit is contained in:
Jerry Zhao
2020-08-28 14:21:24 -07:00
parent 5705f2645f
commit 20013d1348
3 changed files with 23 additions and 19 deletions

View File

@@ -32,6 +32,9 @@ case $1 in
chipyard-rocket)
run_bmark ${mapping[$1]}
;;
chipyard-dmirocket)
run_bmark ${mapping[$1]}
;;
chipyard-boom)
run_bmark ${mapping[$1]}
;;