summaryrefslogtreecommitdiff
path: root/bin/fir2flo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fir2flo.sh')
-rwxr-xr-xbin/fir2flo.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh
deleted file mode 100755
index 3d425a4a..00000000
--- a/bin/fir2flo.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-$CHISEL_BIN/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc
-if [ $? ] ; then
- $CHISEL_BIN/filter < $1.flo > tmp && mv tmp $1.flo
-fi