From ed545ce4ce569bb96b2cba017daf2731afdaa926 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Jan 2016 00:32:28 +0100 Subject: icetime progress --- icefuzz/icecube.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'icefuzz') diff --git a/icefuzz/icecube.sh b/icefuzz/icecube.sh index 55fb9bc..39f405b 100644 --- a/icefuzz/icecube.sh +++ b/icefuzz/icecube.sh @@ -1,8 +1,8 @@ #!/bin/bash # # Installing iCEcube2: -# - Install iCEcube2.2014.08 in /opt/lscc/iCEcube2.2015.08 -# - Install License in /opt/lscc/iCEcube2.2015.08/license.dat +# - Install iCEcube2.2014.08 in /opt/lscc/iCEcube2.2014.08 +# - Install License in /opt/lscc/iCEcube2.2014.08/license.dat # # Creating a project: # - .v ## HDL sources (use "top" as name for the top module) @@ -33,7 +33,7 @@ if [ -z "$scriptdir" ]; then scriptdir="."; fi set -ex set -- ${1%.v} -icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}" +icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2014.08}" export SBT_DIR="$icecubedir/sbt_backend" export SYNPLIFY_PATH="$icecubedir/synpbase" export LM_LICENSE_FILE="$icecubedir/license.dat" -- cgit v1.2.3