diff options
| author | jackbackrack | 2015-04-29 11:23:55 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-29 11:23:55 -0700 |
| commit | a9e3ee45d9996696142c24d851d40220e39d557e (patch) | |
| tree | 38605ef7c0fa426ee21d3902e722819ffd37b3bc /bin/firall.sh | |
| parent | 8f8c9859813aadd16011b214f58b5acc0164ef36 (diff) | |
remove chisel3-tests dependency
Diffstat (limited to 'bin/firall.sh')
| -rwxr-xr-x | bin/firall.sh | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/bin/firall.sh b/bin/firall.sh index 971f68fe..f9cae29f 100755 --- a/bin/firall.sh +++ b/bin/firall.sh @@ -1,27 +1,5 @@ #!/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 +shift 1 +for file in "$@"; do sbt "run $file" done |
