aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--icefuzz/icecube.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/icefuzz/icecube.sh b/icefuzz/icecube.sh
index b7f91e0..809d437 100644
--- a/icefuzz/icecube.sh
+++ b/icefuzz/icecube.sh
@@ -41,6 +41,11 @@ if [ "$1" == "-8k" ]; then
shift
fi
+if [ "$1" == "-ul1k" ]; then
+ ICEDEV=ul1k-cm36a
+ shift
+fi
+
set -ex
set -- ${1%.v}
icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}"