Skip to content

Commit

Permalink
Fix typo in CI run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed May 27, 2023
1 parent 43daa42 commit cc54d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ run_tracegen () {

run_binary () {
make run-binary-fast -C $LOCAL_SIM_DIR $DISABLE_SIM_PREREQ ${mapping[$1]} $@
}

case $1 in
chipyard-rocket)
Expand Down Expand Up @@ -108,6 +109,7 @@ case $1 in
chipyard-tethered)
make -C $LOCAL_CHIPYARD_DIR/tests
run_binary BINARY=$LOCAL_CHIPYARD_DIR/tests/hello.riscv LOADMEM=1 EXTRA_SIM_FLAGS="+cflush_addr=0x2010200"
;;
tracegen)
run_tracegen
;;
Expand Down

0 comments on commit cc54d89

Please sign in to comment.