Skip to content

Commit

Permalink
study: add run all script
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Apr 18, 2024
1 parent cdf7ae3 commit 833b9e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions results/windowing-study-2024-04-26/run_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

./c1.sh &
./i2c_k1.sh &
./sdram_w1.sh &
./sdram_w2.sh &
./c1_unroll.sh &
./i2c_k1_unroll.sh &
./sdram_w1_unroll.sh &
./sdram_w2_unroll.sh &

0 comments on commit 833b9e1

Please sign in to comment.