Skip to content
Snippets Groups Projects
Commit 7dbde610 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

edits for optional using Quartus 16.0-pro

parent 9bd1cc7a
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,30 @@ else # default site ...@@ -69,7 +69,30 @@ else # default site
elif [ "${TOOLSET}" = "unb2" ]; then elif [ "${TOOLSET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 15.0 . ${RADIOHDL}/tools/quartus/quartus_version.sh 15.0
elif [ "${TOOLSET}" = "unb2a" ]; then elif [ "${TOOLSET}" = "unb2a" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 15.1 # . ${RADIOHDL}/tools/quartus/quartus_version.sh 15.1
. ${RADIOHDL}/tools/quartus/quartus_version.sh 16.0
# # Begin: For 16.0-pro only:
# . ${RADIOHDL}/tools/quartus/quartus_version.sh 16.0-pro
# export QUARTUS_ROOTDIR=${QUARTUS_DIR}/quartus
# export QUARTUS_ROOTDIR_OVERRIDE=${QUARTUS_DIR}/quartus
# export NIOSDIR=${QUARTUS_DIR}/nios2eds
# export SOPC_KIT_NIOS2=${NIOSDIR}
# # Add to the $PATH, only once to avoid double entries
# pathadd ${QUARTUS_ROOTDIR}/bin
# pathadd ${QUARTUS_ROOTDIR}/sopc_builder/bin
# pathadd ${NIOSDIR}/bin
# pathadd ${NIOSDIR}/bin/gnu/H-i686-pc-linux-gnu/bin
# pathadd ${NIOSDIR}/bin/gnu/H-x86_64-pc-linux-gnu/bin
# pathadd ${NIOSDIR}/sdk2/bin
# # Qsys
# export ALTERA_HW_TCL_KEEP_TEMP_FILES=1
# # User synthesis timestamp in FPGA image
# export UNB_COMPILE_STAMPS=1
# export RADIOHDL_SVN_REVISION=`svn info ${RADIOHDL} | grep Revision`
# unset QUARTUS_DIR # <-- this is required otherwise run_qsys crashes with Java error
# return
# # End: For 16.0-pro only.
else else
echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1', 'unb2' or 'unb2a')" echo "error: unknown tool setting: ${TOOLSET} (choose 'unb1', 'unb2' or 'unb2a')"
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