diff options
| author | jackbackrack | 2015-05-01 23:17:15 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-05-01 23:17:15 -0700 |
| commit | ff9c772411d9037b9d028d23a79050041dcdc405 (patch) | |
| tree | e1d1c6c6694d26a494e7944b136ea90b0b3abc15 /bin/floall.sh | |
| parent | ef0bfe99887e89c3ba526ce14ca80e2f3b11b93c (diff) | |
update scripts to work as compiler with correct dirs
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) |
