From 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Jan 2016 15:08:41 +0100 Subject: Renamed IceBox .txt files to .asc files --- icefuzz/pinloc/pinloc-1k-cb132.sh | 2 +- icefuzz/pinloc/pinloc-1k-qn84.sh | 2 +- icefuzz/pinloc/pinloc-1k-tq144.sh | 2 +- icefuzz/pinloc/pinloc-1k-vq100.sh | 2 +- icefuzz/pinloc/pinloc-8k-ct256.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'icefuzz/pinloc') diff --git a/icefuzz/pinloc/pinloc-1k-cb132.sh b/icefuzz/pinloc/pinloc-1k-cb132.sh index 07c1f06..19e05c3 100644 --- a/icefuzz/pinloc/pinloc-1k-cb132.sh +++ b/icefuzz/pinloc/pinloc-1k-cb132.sh @@ -23,7 +23,7 @@ pins=" echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" echo " ICEDEV=hx1k-cb132 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new" + echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" done diff --git a/icefuzz/pinloc/pinloc-1k-qn84.sh b/icefuzz/pinloc/pinloc-1k-qn84.sh index e46743c..308fd5d 100644 --- a/icefuzz/pinloc/pinloc-1k-qn84.sh +++ b/icefuzz/pinloc/pinloc-1k-qn84.sh @@ -22,7 +22,7 @@ pins=" echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" echo " ICEDEV=lp1k-qn84 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new" + echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" done diff --git a/icefuzz/pinloc/pinloc-1k-tq144.sh b/icefuzz/pinloc/pinloc-1k-tq144.sh index 463e052..a2f8819 100644 --- a/icefuzz/pinloc/pinloc-1k-tq144.sh +++ b/icefuzz/pinloc/pinloc-1k-tq144.sh @@ -21,7 +21,7 @@ pins=" echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" echo " ICEDEV=hx1k-tq144 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new" + echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" done diff --git a/icefuzz/pinloc/pinloc-1k-vq100.sh b/icefuzz/pinloc/pinloc-1k-vq100.sh index 13df585..403d8e3 100644 --- a/icefuzz/pinloc/pinloc-1k-vq100.sh +++ b/icefuzz/pinloc/pinloc-1k-vq100.sh @@ -21,7 +21,7 @@ pins=" echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" echo " ICEDEV=hx1k-vq100 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new" + echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" done diff --git a/icefuzz/pinloc/pinloc-8k-ct256.sh b/icefuzz/pinloc/pinloc-8k-ct256.sh index d8da2dc..69baaec 100644 --- a/icefuzz/pinloc/pinloc-8k-ct256.sh +++ b/icefuzz/pinloc/pinloc-8k-ct256.sh @@ -33,7 +33,7 @@ pins=" echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" echo " ICEDEV=hx8k-ct256 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new" + echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" done -- cgit v1.2.3