summaryrefslogtreecommitdiff
path: root/bin/floall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/floall.sh')
-rwxr-xr-xbin/floall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/floall.sh b/bin/floall.sh
index 872b78a5..31dca1e2 100755
--- a/bin/floall.sh
+++ b/bin/floall.sh
@@ -2,5 +2,5 @@
shift 1
for file in "$@"; do
echo -n $file "-> "
- (cd generated; ../chisel3/bin/fir2flo.sh $file > $file.out; grep "res = " $file.out)
+ (cd generated; $CHISEL_BIN/fir2flo.sh $file > $file.out; grep "res = " $file.out)
done