diff options
| author | jackbackrack | 2015-05-20 04:44:41 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-05-20 04:44:41 -0700 |
| commit | 3918a0499ab8cb39e305e551a5ea810d9c0de49f (patch) | |
| tree | faf8bd455e07684bdeaf715e319a1b3980229bde /bin | |
| parent | eadbae932cb44a826437ca32fac313c93b32a08a (diff) | |
make pad be op and adjust firrtl args
Diffstat (limited to 'bin')
| -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 d97036a9..57dd8e74 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 c # tkwTgc +$HOME/bar/firrtl/utils/bin/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc $HOME/bar/chisel3/bin/filter < $1.flo > tmp; mv tmp $1.flo |
