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

For now use /tools/quartus/check_ipx_content only for quartus 15.0, because...

For now use /tools/quartus/check_ipx_content only for quartus 15.0, because the dir path for 11.1sp2 is 11.1 and thus does not fit.
parent 6f362fb5
No related branches found
No related tags found
No related merge requests found
......@@ -66,12 +66,12 @@ else # default site
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 15.0
# chech that ipx file is correctly setup
${RADIOHDL}/tools/quartus/check_ipx_content
else
echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1' or 'unb2')"
exit 1
fi
# chech that ipx file is correctly setup
${RADIOHDL}/tools/quartus/check_ipx_content
fi
# Tool settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment