From e74cce036a7e9f8a08a020f1e007b22098db890d Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 12 May 2015 15:19:55 -0700 Subject: Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to python, cd into targetDir before launching simulator (via Driver). --- bin/appall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/appall.sh') diff --git a/bin/appall.sh b/bin/appall.sh index 3c9054f1..32f1c118 100755 --- a/bin/appall.sh +++ b/bin/appall.sh @@ -3,5 +3,5 @@ shift 1 for file in "$@"; do echo $file - (cd generated; ../chisel3/bin/flo2app.sh $file >& $file.appout) + (cd generated; $CHISEL_BIN/flo2app.sh $file >& $file.appout) done -- cgit v1.2.3