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/buildtest.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/buildtest.sh')
| -rwxr-xr-x | bin/buildtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/buildtest.sh b/bin/buildtest.sh index 67d50252..1dd96ecb 100755 --- a/bin/buildtest.sh +++ b/bin/buildtest.sh @@ -1,4 +1,4 @@ #!/bin/bash -build.sh $1 -test.sh $1 +$CHISEL_BIN/build.sh $1 +$CHISEL_BIN/test.sh $1 |
