From ff9c772411d9037b9d028d23a79050041dcdc405 Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Fri, 1 May 2015 23:17:15 -0700 Subject: update scripts to work as compiler with correct dirs --- bin/fir2flo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fir2flo.sh') 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 -- cgit v1.2.3