Skip to content

Commit

Permalink
add custom bmark / custom test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
buggy213 committed Feb 6, 2024
1 parent 150f888 commit 0be6fe4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-custom-bmark.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

bash << "EOF"
source ./env.sh
export PATH="/home/ff/cs152/sp22/lab1-install/bin:$PATH"
cd /scratch/${USER}/chipyard/generators/riscv-sodor/test/custom-bmarks
make
make run
make dump
EOF
8 changes: 8 additions & 0 deletions build-custom-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

bash << "EOF"
source ./env.sh
export PATH="/home/ff/cs152/sp22/lab1-install/bin:$PATH"
cd /scratch/${USER}/chipyard/generators/riscv-sodor/test/custom-tests
make
EOF

0 comments on commit 0be6fe4

Please sign in to comment.