Fixed route Icecube2

This commit is contained in:
juan-micuss 2015-12-30 23:13:12 +01:00
parent 82d91873a5
commit 6aeb515c00
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if [ -z "$scriptdir" ]; then scriptdir="."; fi
set -ex
set -- ${1%.v}
icecubedir="${ICECUBEDIR:-/home/juan/lscc/iCEcube2.2015.08}"
icecubedir="${ICECUBEDIR:-/opt/lscc/iCEcube2.2015.08}"
export SBT_DIR="$icecubedir/sbt_backend"
export SYNPLIFY_PATH="$icecubedir/synpbase"
export LM_LICENSE_FILE="$icecubedir/license.dat"

View File

@ -21,7 +21,7 @@ pins="
echo "module top(output y); assign y = 0; endmodule" > ${id}.v
echo "set_io y ${pin}" >> ${id}.pcf
echo; echo "${id}.exp:"
echo " ICEDEV=lp1k-qn84 bash ../icecube2.sh ${id} > ${id}.log 2>&1"
echo " ICEDEV=lp1k-qn84 bash ../icecube.sh ${id} > ${id}.log 2>&1"
echo " ../../icebox/icebox_explain.py ${id}.txt > ${id}.exp.new"
echo " rm -rf ${id}.tmp"
echo " mv ${id}.exp.new ${id}.exp"