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

Define and use VSIM_DIR=/home/software/Mentor//modeltech/linux_x86_64 as path to vsim executable.

parent 997fcbf0
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,4 @@ fi ...@@ -31,3 +31,4 @@ 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
export VSIM_DIR=$MODEL_TECH_DIR/linux_x86_64
...@@ -36,7 +36,7 @@ if [ "${TARGET}" = "default" ]; then ...@@ -36,7 +36,7 @@ if [ "${TARGET}" = "default" ]; then
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c
elif [ "${TARGET}" = "unb1" ]; then elif [ "${TARGET}" = "unb1" ]; then
. ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1 . ${RADIOHDL}/tools/quartus/quartus_version.sh 11.1
. ${RADIOHDL}/tools/modelsim/modelsim_version.sh 6.6c . ${RADIOHDL}/tools/modelsim/modelsim_version.sh 10.2c
elif [ "${TARGET}" = "unb2" ]; then elif [ "${TARGET}" = "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.0a10
...@@ -56,4 +56,4 @@ fi ...@@ -56,4 +56,4 @@ fi
# - Default modelsim.ini settings can be overruled by project specific settings in the [vsim] section in the modelsim project files. # - Default modelsim.ini settings can be overruled by project specific settings in the [vsim] section in the modelsim project files.
# Start the Modelsim GUI # Start the Modelsim GUI
$MODEL_TECH_DIR/linux_x86_64/vsim -do ${RADIOHDL}/tools/modelsim/commands.do $VSIM_DIR/vsim -do ${RADIOHDL}/tools/modelsim/commands.do
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment