Skip to content
Snippets Groups Projects
Commit 600a5632 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Modified paths to point to new versions:

 . Quartus 14.1
 . Modelsim 10.4
 . Modelsim 6.6c path now includes '6.6c' as subdir.
-Note: dop233 has local mods that point to its own install dirs.
parent d051c892
No related branches found
No related tags found
No related merge requests found
tool_name_sim = modelsim tool_name_sim = modelsim
tool_name_synth = quartus tool_name_synth = quartus
model_tech_dir = /home/software/Mentor/modeltech model_tech_dir = /home/software/Mentor/6.6c/modeltech
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
MODELSIM_VERSION=${1} MODELSIM_VERSION=${1}
echo "Select Modelsim version: ${MODELSIM_VERSION}" echo "Select Modelsim version: ${MODELSIM_VERSION}"
# First modelsim 6.6c,f was stored at /modeltech, subsequent versions are stored at their /<version number>/modeltech ## First modelsim 6.6c,f was stored at /modeltech, subsequent versions are stored at their /<version number>/modeltech
MODELSIM_VERSION_DIR=${MODELSIM_VERSION} MODELSIM_VERSION_DIR=${MODELSIM_VERSION}
if [ "${MODELSIM_VERSION}" = "6.6c" ]; then #if [ "${MODELSIM_VERSION}" = "6.6c" ]; then
MODELSIM_VERSION_DIR="" # MODELSIM_VERSION_DIR=""
fi #fi
# Must not define MODEL_TECH, because it gets defined when the tool starts. Therefore define MODEL_TECH_DIR to denote the modeltech version directory # Must not define MODEL_TECH, because it gets defined when the tool starts. Therefore define MODEL_TECH_DIR to denote the modeltech version directory
export MODEL_TECH_DIR=/home/software/Mentor/${MODELSIM_VERSION_DIR}/modeltech export MODEL_TECH_DIR=/home/software/Mentor/${MODELSIM_VERSION_DIR}/modeltech
......
...@@ -38,8 +38,8 @@ if [ "${TOOLSET}" = "unb1" ]; then ...@@ -38,8 +38,8 @@ if [ "${TOOLSET}" = "unb1" ]; then
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c
elif [ "${TOOLSET}" = "unb2" ]; then elif [ "${TOOLSET}" = "unb2" ]; then
#. ${RADIOHDL}/tools/quartus/quartus_version.sh 13.1 #. ${RADIOHDL}/tools/quartus/quartus_version.sh 13.1
. ${RADIOHDL}/tools/quartus/quartus_version.sh 14.0a10 . ${RADIOHDL}/tools/quartus/quartus_version.sh 14.1
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.2c . ${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
......
...@@ -36,7 +36,7 @@ echo "Make Quartus settings for RadioHDL with tool setting: ${TOOLSET}" ...@@ -36,7 +36,7 @@ echo "Make Quartus settings for RadioHDL with tool setting: ${TOOLSET}"
if [ "${TOOLSET}" = "unb1" ]; then 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.0a10 . ${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