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/fir2flo.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/fir2flo.sh')
| -rwxr-xr-x | bin/fir2flo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh index 57dd8e74..481f4418 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 flo # -x X # -p c # tkwTgc -$HOME/bar/chisel3/bin/filter < $1.flo > tmp; mv tmp $1.flo +$CHISEL_BIN/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc +$CHISEL_BIN/filter < $1.flo > tmp; mv tmp $1.flo |
