Skip to content
Snippets Groups Projects
Commit 07b5bce9 authored by Dumez's avatar Dumez
Browse files

Update tool versions for USN

Change svn:mime-type property to 'text/plain' so diff tools can work
parent 68db1bfe
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ if [ "${SITE-}" = "USN" ]; then ...@@ -40,7 +40,7 @@ if [ "${SITE-}" = "USN" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1sp2 . ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1sp2
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6d . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6d
elif [ "${TOOLSET}" = "unb2" ]; then elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 15.0
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.4 . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.4
else else
echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')" echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')"
......
...@@ -53,7 +53,7 @@ if [ "${SITE-}" = "USN" ]; then ...@@ -53,7 +53,7 @@ if [ "${SITE-}" = "USN" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1sp2 . ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1sp2
elif [ "${TOOLSET}" = "unb2" ]; then elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 15.0
else else
echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')" echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')"
exit 1 exit 1
......
...@@ -36,8 +36,11 @@ echo "Setup old UniBoard environment for Modelsim and Quartus" ...@@ -36,8 +36,11 @@ echo "Setup old UniBoard environment for Modelsim and Quartus"
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
. ${RADIOHDL}/tools/quartus/quartus_generic.sh . ${RADIOHDL}/tools/quartus/quartus_generic.sh
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c if [ "${SITE-}" = "USN" ]; then
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6d
else
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c
fi
# 3) Synthesis # 3) Synthesis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment