Skip to content

Commit

Permalink
Merge pull request #2185 from ucb-bar/sat_rerocc
Browse files Browse the repository at this point in the history
Update saturn/rerocc
  • Loading branch information
jerryz123 authored Feb 3, 2025
2 parents f0bd167 + 8d7604f commit 320c1b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ case $1 in
run_binary BINARY=$LOCAL_CHIPYARD_DIR/tests/hello.riscv LOADMEM=1
;;
chipyard-rerocc)
make -C $LOCAL_CHIPYARD_DIR/generators/rerocc/tests
run_binary BINARY=$LOCAL_CHIPYARD_DIR/generators/rerocc/tests/rerocc.riscv LOADMEM=1
make -C $LOCAL_CHIPYARD_DIR/generators/rerocc/software
run_binary BINARY=$LOCAL_CHIPYARD_DIR/generators/rerocc/software/test.riscv LOADMEM=1
;;
chipyard-rocketvector|chipyard-shuttlevector)
run_binary BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/vec-sgemm.riscv LOADMEM=1
Expand Down

0 comments on commit 320c1b9

Please sign in to comment.