Added "icecube.sh -ul1k"

This commit is contained in:
Clifford Wolf 2016-06-20 00:09:22 +02:00
parent 09387a0662
commit 0597f412e7
1 changed files with 5 additions and 0 deletions

View File

@ -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}"