Questa Sim

From Robin

(Difference between revisions)
Jump to: navigation, search
(Launch in terminal)
(Launch in terminal)
Line 15: Line 15:
Append the following lines to the end of the .bashrc file:
Append the following lines to the end of the .bashrc file:
<pre>
<pre>
-
# Questa 10.6c
+
# Questa 2019.4
 +
if ! [ -x "$(command -v vsim)" ]; then
 +
  export PATH=$PATH:/projects/nanus/eda/Mentor/2017_2018/Questa/questasim/bin
 +
fi
 +
 
 +
# License file
export LM_LICENSE_FILE=5370@lisens.ifi.uio.no
export LM_LICENSE_FILE=5370@lisens.ifi.uio.no
-
export PATH=$PATH:/projects/nanus/eda/Mentor/2017_2018/Questa/questasim/bin
 
# Modelsim library  
# Modelsim library  
Line 24: Line 28:
# Remove duplicants in the PATH variable
# Remove duplicants in the PATH variable
PATH=$(printf "%s" "$PATH" | awk -v RS=':' '!a[$1]++ { if (NR > 1) printf RS; printf $1 }')
PATH=$(printf "%s" "$PATH" | awk -v RS=':' '!a[$1]++ { if (NR > 1) printf RS; printf $1 }')
 +
</pre>
</pre>

Revision as of 08:13, 4 September 2020

Questa on LISP (2428)

Questa 2019.4 is installed locally on the computers in LISP. To launch Qyesta go to Applications->Education-> Questa

Alternatively, you can find it by searching for apps (Super/Windows key):

Image:Questa_desktop.png

Launch in terminal

You can run Questa on all IFI machines by executing the following tutorial

cd 
nano .bashrc

Append the following lines to the end of the .bashrc file:

# Questa 2019.4
if ! [ -x "$(command -v vsim)" ]; then
  export PATH=$PATH:/projects/nanus/eda/Mentor/2017_2018/Questa/questasim/bin
fi

# License file
export LM_LICENSE_FILE=5370@lisens.ifi.uio.no

# Modelsim library 
export MODELSIM=/projects/robin/CADlib/modelsimCADLIB.ini

# Remove duplicants in the PATH variable
PATH=$(printf "%s" "$PATH" | awk -v RS=':' '!a[$1]++ { if (NR > 1) printf RS; printf $1 }')

Launch

Restart terminal.

Use the following command to launch Questa with GUI:

vsim

Font size

To change the font size in the text-editor edit the .modelsim file in your in e.g. nano. Find the variable textFontV2 and edit it to:

textFontV2 {Courier -12}


Personal tools
Front page