Questa Sim

From Robin

(Difference between revisions)
Jump to: navigation, search
(Questa on IFIs Windows machines)
(Questa on IFIs Linux machines)
Line 1: Line 1:
==Questa on IFIs Linux machines==
==Questa on IFIs Linux machines==
 +
cd
 +
nano .bashrc
-
In order to run Questa on Linux, add the following to your ~/.bashrc file:
+
Append the following lines to the end of the .bashrc file:
-
 
+
<pre>
-
<nowiki>
+
# Questa 10.6c
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
export PATH=$PATH:/projects/nanus/eda/Mentor/2017_2018/Questa/questasim/bin
-
export MODELSIM=/uio/kant/ifi-project06/robin/CADlib/modelsimCADLIB.ini
 
-
</nowiki>
 
-
The latter will be sourced on login. You may now run <code> vsim </code> in the terminal to open Questa sim.
+
# Modelsim library
 +
export MODELSIM=/projects/robin/CADlib/modelsimCADLIB.ini
 +
</pre>
 +
 
 +
'''Launch'''
 +
 
 +
Restart terminal.
 +
 
 +
Use the following command to launch Questa with GUI:
 +
vsim
==Questa on IFIs Windows machines==
==Questa on IFIs Windows machines==

Revision as of 08:32, 29 August 2018

Questa on IFIs Linux machines

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

Launch

Restart terminal.

Use the following command to launch Questa with GUI:

vsim

Questa on IFIs Windows machines

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. We are working on a solution to fix this issue. In the mean time you may use IFI-Linux.xw32 on the Windows machines.

Personal tools
Front page