Skip to content

Commit

Permalink
Update saturn/rerocc
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Feb 1, 2025
1 parent 1c95be9 commit c591ffa
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/rerocc.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 c591ffa

Please sign in to comment.