From 8c8d3ba5e30234e2c223dba835a757fd8c403ec2 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 20 May 2015 12:00:15 +0000 Subject: [PATCH] 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. --- tools/quartus/set_quartus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/quartus/set_quartus b/tools/quartus/set_quartus index 6b439893c8..26cfc1ec59 100755 --- a/tools/quartus/set_quartus +++ b/tools/quartus/set_quartus @@ -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 -- GitLab