diff options
| author | Jim Lawson | 2015-05-12 15:19:55 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-07-24 15:50:53 -0700 |
| commit | e74cce036a7e9f8a08a020f1e007b22098db890d (patch) | |
| tree | f15f841da5deb4ba6cbbad581ae7db35a809d461 /bin/appall.sh | |
| parent | 2ae50411cbc5e2cd5fdc9ca4069b9c5f64919bc4 (diff) | |
Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to python, cd into targetDir before launching simulator (via Driver).
Diffstat (limited to 'bin/appall.sh')
| -rwxr-xr-x | bin/appall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
