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

Now also 10.4 on dop233.

parent e4e0d30d
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,9 @@ elif [ "${TOOLSET}" = "unb2" ]; then
export LD_PRELOAD=/home/software/freetype2/usr/lib/libfreetype.so
elif [ "${TOOLSET}" = "unb233" ]; then
# unb233 = toolset unb2 on dop233
# however better use 'unb2' and comment the export LD_PRELOAD line when on dop233, because the generate_ip.sh scripts use fixed 'unb2'.
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.2c
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.4
else
echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment