diff options
| author | jackbackrack | 2015-04-27 16:21:23 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-27 16:21:23 -0700 |
| commit | 8c8f6b99d2eb8bc783179c7c0113fc4a734c9585 (patch) | |
| tree | 2a1288531c558310c5acaedd4957097a380b6ab0 /bin/firall.sh | |
| parent | 136352557ba0c6b9c97621e9dfefb4009faef7cc (diff) | |
build scripts
Diffstat (limited to 'bin/firall.sh')
| -rwxr-xr-x | bin/firall.sh | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/firall.sh b/bin/firall.sh new file mode 100755 index 00000000..971f68fe --- /dev/null +++ b/bin/firall.sh @@ -0,0 +1,27 @@ +#!/bin/bash +FILES="BitsOps \ + BundleWire \ + ComplexAssign \ + Counter \ + DirChange \ + EnableShiftRegister \ + GCD \ + LFSR16 \ + MemorySearch \ + ModuleVec \ + Mul \ + Outer \ + RegisterVecShift \ + Risc \ + Rom \ + SIntOps \ + Stack \ + Tbl \ + UIntOps \ + VecApp \ + VecShiftRegister \ + VendingMachine" + +for file in $FILES; do + sbt "run $file" +done |
