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, 2 insertions, 2 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh
index 57dd8e74..481f4418 100755
--- a/bin/fir2flo.sh
+++ b/bin/fir2flo.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-$HOME/bar/firrtl/utils/bin/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc
-$HOME/bar/chisel3/bin/filter < $1.flo > tmp; mv tmp $1.flo
+$CHISEL_BIN/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc
+$CHISEL_BIN/filter < $1.flo > tmp; mv tmp $1.flo