diff options
| author | jackbackrack | 2015-05-07 10:28:50 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-05-07 10:28:50 -0700 |
| commit | e9b4d9ea3ec38db12b37f81994c28b8a28b6f88e (patch) | |
| tree | 44a99c722f65190653c65d54984d8ef95dffacab /bin/fir2flo.sh | |
| parent | 458ba72d021623c14725c98df7ff3fa6fa5ba550 (diff) | |
add better testing support, better width inference and padding, remove old reduce ops
Diffstat (limited to 'bin/fir2flo.sh')
| -rwxr-xr-x | bin/fir2flo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh index 5a528ab1..d97036a9 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/chisel3-tests/bin/filter < $1.flo > tmp; mv tmp $1.flo +$HOME/bar/firrtl/utils/bin/firrtl -i $1.fir -o $1.flo -x X # -p c # tkwTgc +$HOME/bar/chisel3/bin/filter < $1.flo > tmp; mv tmp $1.flo |
