diff options
Diffstat (limited to 'bin/floall.sh')
| -rwxr-xr-x | bin/floall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/floall.sh b/bin/floall.sh index 36f7119a..a07bebfd 100755 --- a/bin/floall.sh +++ b/bin/floall.sh @@ -3,5 +3,5 @@ shift 1 for file in "$@"; do echo -n $file "-> " - (cd generated; ../bin/fir2flo.sh $file > $file.out; grep "res = " $file.out) + (cd generated; ../chisel3/bin/fir2flo.sh $file > $file.out; grep "res = " $file.out) done |
