diff --git a/build-custom-bmark.sh b/build-custom-bmark.sh new file mode 100755 index 00000000..bc55880c --- /dev/null +++ b/build-custom-bmark.sh @@ -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 diff --git a/build-custom-test.sh b/build-custom-test.sh new file mode 100755 index 00000000..4373768e --- /dev/null +++ b/build-custom-test.sh @@ -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