summaryrefslogtreecommitdiff
path: root/bin/fir2flo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fir2flo.sh')
-rwxr-xr-xbin/fir2flo.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh
new file mode 100755
index 00000000..5a528ab1
--- /dev/null
+++ b/bin/fir2flo.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+$HOME/bar/firrtl/utils/bin/firrtl -i $1.fir -o $1.flo -x X # -p tkwTgc
+$HOME/bar/chisel3-tests/bin/filter < $1.flo > tmp; mv tmp $1.flo