summaryrefslogtreecommitdiff
path: root/bin/floall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/floall.sh')
-rwxr-xr-xbin/floall.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/floall.sh b/bin/floall.sh
deleted file mode 100755
index 31dca1e2..00000000
--- a/bin/floall.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-shift 1
-for file in "$@"; do
- echo -n $file "-> "
- (cd generated; $CHISEL_BIN/fir2flo.sh $file > $file.out; grep "res = " $file.out)
-done