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

Use set_quartus to make the settings for the Quartus target version.

parent 0a769844
No related branches found
No related tags found
No related merge requests found
...@@ -23,27 +23,8 @@ ...@@ -23,27 +23,8 @@
# General tool and project settings # General tool and project settings
# - use '. <script>.sh' to have the settings apply in this shell, otherwise they get lost when <script>.sh returns # - use '. <script>.sh' to have the settings apply in this shell, otherwise they get lost when <script>.sh returns
# Select target # Tool settings for selected target "", "unb1", or "unb2" (where "" defaults to target "unb1")
TARGET=${1:-} . ${RADIOHDL}/tools/quartus/set_quartus ${1:-}
if [ "${TARGET}" = "" ]; then
TARGET="default"
fi
echo "Start Quartus GUI for RadioHDL with target: ${TARGET}"
# Select tool version
if [ "${TARGET}" = "default" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
elif [ "${TARGET}" = "unb1" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
elif [ "${TARGET}" = "unb2" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.0a10
else
echo "error: unknown target"
exit 1
fi
# Tool settings
. ${RADIOHDL}/tools/quartus/quartus_generic.sh
# Start the Quartus GUI # Start the Quartus GUI
quartus --64bit quartus --64bit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment