Skip to content
Snippets Groups Projects
Commit b9998fc9 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use quartus 14.0a10 for unb2

parent 8023518f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ elif [ "${TARGET}" = "unb1" ]; then ...@@ -39,7 +39,7 @@ elif [ "${TARGET}" = "unb1" ]; then
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c
elif [ "${TARGET}" = "unb2" ]; then elif [ "${TARGET}" = "unb2" ]; then
#. ${RADIOHDL}/tools/quartus/quartus_version.sh 13.1 #. ${RADIOHDL}/tools/quartus/quartus_version.sh 13.1
. ${RADIOHDL}/tools/quartus/quartus_version.sh 13.1a10 . ${RADIOHDL}/tools/quartus/quartus_version.sh 14.0a10
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.2c . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.2c
else else
echo "error: unknown target" echo "error: unknown target"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment