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