From 5ea0f7b4bf444f7506fedb0c0db94a5e9bc88e4f Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Wed, 29 Apr 2015 18:00:14 -0700 Subject: inline lits to avoid cross module lit refs and fix scripts --- bin/appall.sh | 2 +- bin/floall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/appall.sh b/bin/appall.sh index d8fa6a61..3c9054f1 100755 --- a/bin/appall.sh +++ b/bin/appall.sh @@ -3,5 +3,5 @@ shift 1 for file in "$@"; do echo $file - (cd generated; ../bin/flo2app.sh $file >& $file.appout) + (cd generated; ../chisel3/bin/flo2app.sh $file >& $file.appout) done diff --git a/bin/floall.sh b/bin/floall.sh index 36f7119a..a07bebfd 100755 --- a/bin/floall.sh +++ b/bin/floall.sh @@ -3,5 +3,5 @@ shift 1 for file in "$@"; do echo -n $file "-> " - (cd generated; ../bin/fir2flo.sh $file > $file.out; grep "res = " $file.out) + (cd generated; ../chisel3/bin/fir2flo.sh $file > $file.out; grep "res = " $file.out) done -- cgit v1.2.3