Questa Sim

From Robin

(Difference between revisions)
Jump to: navigation, search
(Questa on IFIs Linux clients)
Line 28: Line 28:
  textFontV2 {Courier -12}
  textFontV2 {Courier -12}
 +
<!---
== Questa on IFIs Windows clients ==
== Questa on IFIs Windows clients ==
Vivado 2016.4 is situated on /uio/kant/ifi-project06/robin/programs/vivado
Vivado 2016.4 is situated on /uio/kant/ifi-project06/robin/programs/vivado

Revision as of 12:35, 2 October 2019

Questa on IFIs Linux clients

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