From b18dfa959816959de5db0c4dcdd695d14b1eb640 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 6 Feb 2016 12:47:50 +0100 Subject: Added 8k-cm225 package --- icefuzz/pinloc/pinloc-4k-tq144.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'icefuzz/pinloc/pinloc-4k-tq144.sh') diff --git a/icefuzz/pinloc/pinloc-4k-tq144.sh b/icefuzz/pinloc/pinloc-4k-tq144.sh index 7530e1a..877ecfc 100644 --- a/icefuzz/pinloc/pinloc-4k-tq144.sh +++ b/icefuzz/pinloc/pinloc-4k-tq144.sh @@ -1,5 +1,8 @@ #!/bin/bash +mkdir -p pinloc-4k-tq144 +cd pinloc-4k-tq144 + pins=" 1 2 3 4 7 8 9 10 11 12 15 16 17 18 19 20 21 22 23 24 25 26 28 29 31 32 33 34 37 38 39 41 42 43 44 45 47 48 49 52 55 56 60 61 62 63 64 67 68 70 71 @@ -25,8 +28,8 @@ fi echo "module top(output y); assign y = 0; endmodule" > ${id}.v echo "set_io y ${pin}" >> ${id}.pcf echo; echo "${id}.exp:" - echo " ICEDEV=hx4k-tq144 bash ../icecube.sh ${id} > ${id}.log 2>&1" - echo " ../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" + echo " ICEDEV=hx4k-tq144 bash ../../icecube.sh ${id} > ${id}.log 2>&1" + echo " ../../../icebox/icebox_explain.py ${id}.asc > ${id}.exp.new" echo " ! grep '^Warning: pin' ${id}.log" echo " rm -rf ${id}.tmp" echo " mv ${id}.exp.new ${id}.exp" @@ -35,5 +38,5 @@ fi set -ex make -f pinloc-4k-tq144.mk -j4 -python3 pinlocdb.py pinloc-4k-tq144_*.exp > pinloc-4k-tq144.txt +python3 ../pinlocdb.py pinloc-4k-tq144_*.exp > ../pinloc-4k-tq144.txt -- cgit v1.2.3