Questa Sim

From Robin

Revision as of 11:52, 13 August 2020 by Vegardds (Talk | contribs)
Jump to: navigation, search

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 10.6c
export LM_LICENSE_FILE=5370@lisens.ifi.uio.no
export PATH=$PATH:/projects/nanus/eda/Mentor/2017_2018/Questa/questasim/bin

# 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