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/fir2flo.sh | |
| parent | ef0bfe99887e89c3ba526ce14ca80e2f3b11b93c (diff) | |
update scripts to work as compiler with correct dirs
Diffstat (limited to 'bin/fir2flo.sh')
| -rwxr-xr-x | bin/fir2flo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh index 80e57da5..5a528ab1 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 X -p tkwTgc +$HOME/bar/firrtl/utils/bin/firrtl -i $1.fir -o $1.flo -x X # -p tkwTgc $HOME/bar/chisel3-tests/bin/filter < $1.flo > tmp; mv tmp $1.flo |
