diff options
| author | Clifford Wolf <clifford@clifford.at> | 2016-01-01 15:08:41 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2016-01-01 15:08:41 +0100 |
| commit | 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 (patch) | |
| tree | 797ba1afb5713951983b937133dd7ad5128f5ab8 /icefuzz/tests/colbuf_io.sh | |
| parent | ed545ce4ce569bb96b2cba017daf2731afdaa926 (diff) | |
Renamed IceBox .txt files to .asc files
Diffstat (limited to 'icefuzz/tests/colbuf_io.sh')
| -rw-r--r-- | icefuzz/tests/colbuf_io.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/tests/colbuf_io.sh b/icefuzz/tests/colbuf_io.sh index 2cc8387..7957ed7 100644 --- a/icefuzz/tests/colbuf_io.sh +++ b/icefuzz/tests/colbuf_io.sh @@ -32,7 +32,7 @@ for pin in $pins; do echo "set_io pin $pin" > ${pf}.pcf echo "set_io clk $gpin" >> ${pf}.pcf bash ../../icecube.sh ${pf}.v > ${pf}.log 2>&1 - ../../../icebox/icebox_explain.py ${pf}.txt > ${pf}.exp + ../../../icebox/icebox_explain.py ${pf}.asc > ${pf}.exp rm -rf ${pf}.tmp done |
