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

Removed obsolete toolset unb233.

parent 7bdaa4fa
Branches
No related tags found
No related merge requests found
...@@ -41,11 +41,6 @@ elif [ "${TOOLSET}" = "unb2" ]; then ...@@ -41,11 +41,6 @@ elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.4 . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.4
# Next line may be needed, but comment it if it yields ld.so errors # Next line may be needed, but comment it if it yields ld.so errors
export LD_PRELOAD=/home/software/freetype2/usr/lib/libfreetype.so 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.4
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
......
...@@ -37,9 +37,6 @@ if [ "${TOOLSET}" = "unb1" ]; then ...@@ -37,9 +37,6 @@ if [ "${TOOLSET}" = "unb1" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
elif [ "${TOOLSET}" = "unb2" ]; then elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1
elif [ "${TOOLSET}" = "unb233" ]; then
# unb233 = toolset unb2 on dop233
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment