From 3918a0499ab8cb39e305e551a5ea810d9c0de49f Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Wed, 20 May 2015 04:44:41 -0700 Subject: make pad be op and adjust firrtl args --- bin/fir2flo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3