mirror of https://github.com/YosysHQ/icestorm.git
Added "icecube.sh -ul1k"
This commit is contained in:
parent
09387a0662
commit
0597f412e7
|
|
@ -41,6 +41,11 @@ if [ "$1" == "-8k" ]; then
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$1" == "-ul1k" ]; then
|
||||||
|
ICEDEV=ul1k-cm36a
|
||||||
|
shift
|
||||||
|
fi
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
set -- ${1%.v}
|
set -- ${1%.v}
|
||||||
icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}"
|
icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue