Questa Sim

From Robin

(Difference between revisions)
Jump to: navigation, search
(Lisp er nå en Linux termstue)
(Remove duplicants in the PATH variable)
Line 11: Line 11:
# Modelsim library  
# Modelsim library  
export MODELSIM=/projects/robin/CADlib/modelsimCADLIB.ini
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 }')
</pre>
</pre>

Revision as of 09:20, 4 September 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

Questa on IFIs Windows clients

Vivado 2016.4 is situated on /uio/kant/ifi-project06/robin/programs/vivado it can be accessed from any Windows machine, but it does need to have the LM_LICENSE_FILE environment variable set to 5370@lisens.ifi.uio.no

Questa is installed on SED (1454) and CHILL (3443). Please notify the engineer in ROBIN if there are issues.

BUG

Due to technical issues, you will receive the following error when creating a new project in Questa on M:/:

# Project file M:/inf3430/my_first_project.mpf is not readable.
# Unable to open project.

We are sorry to inform that there are no current solutions to this problem. However, we are working on a solution. You may use;

C:\users\<username>

for storing project files, but be ware that there is no backup and you need to move your files to M:\ before leaving the client.

You can also use X-Win32 to get Linux with GUI on IFIs Windows clients: https://termvakt.uio.no/Fjerninnlogging#Xterm_via_X-Win32

Personal tools
Front page