From eabb851d40a6aa0df154930b4fab722cb8903b21 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 17 Jan 2016 12:13:53 +0100 Subject: Added icefuzz/icecube.sh [-1k|-8k] --- icefuzz/icecube.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'icefuzz') diff --git a/icefuzz/icecube.sh b/icefuzz/icecube.sh index 11e5408..dc1d281 100644 --- a/icefuzz/icecube.sh +++ b/icefuzz/icecube.sh @@ -10,7 +10,7 @@ # - .pcf ## physical constraint file # # Running iCEcube2: -# - bash icecuberun.sh ## creates .bin +# - bash icecube.sh [-1k|-8k] ## creates .bin # # # @@ -31,6 +31,16 @@ scriptdir=${BASH_SOURCE%/*} if [ -z "$scriptdir" ]; then scriptdir="."; fi +if [ "$1" == "-1k" ]; then + ICEDEV=hx1k-tq144 + shift +fi + +if [ "$1" == "-8k" ]; then + ICEDEV=hx8k-ct256 + shift +fi + set -ex set -- ${1%.v} icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}" -- cgit v1.2.3