Questa Sim

From Robin

(Difference between revisions)
Jump to: navigation, search
(Launch in terminal)
(8 intermediate revisions not shown)
Line 1: Line 1:
== Questa on LISP (2428)==
== Questa on LISP (2428)==
-
Questa 2019.4 is installed locally on the computers in LISP. To launch Qyesta go to ''Applications->Education-> '''Questa'''
+
Questa 2020.4 is installed on all RHEL clients and servers at ifi. To launch Questa, go to ''Applications->Education-> '''Questa'''
Alternatively, you can find it by searching for apps (Super/Windows key):
Alternatively, you can find it by searching for apps (Super/Windows key):
Line 7: Line 7:
== Launch in terminal ==
== Launch in terminal ==
-
 
+
<!---
You can run Questa on all IFI machines by executing the following tutorial
You can run Questa on all IFI machines by executing the following tutorial
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/2019_2020/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>
 +
--->
'''Launch'''
'''Launch'''
-
 
-
Restart terminal.
 
Use the following command to launch Questa with GUI:
Use the following command to launch Questa with GUI:
Line 72: Line 75:
If you have any problems, please notify your teaching assistant or ROBIN engineer--->
If you have any problems, please notify your teaching assistant or ROBIN engineer--->
 +
 +
== Modelsim on personal Windows computer ==
 +
If you have a Windows computer, you can install Modelsim Student Edition. The application can be downloaded from Mentors website:
 +
https://www.mentor.com/company/higher_ed/modelsim-student-edition.
 +
 +
Click "Download Student Edition".
 +
You need to fill out this form with an email you can access. We recommend your UiO email address.
 +
 +
You will recieve an email from Mentor with a dowload link. This will download an installer for Modelsim. Open it and follow onscreen instructions.
 +
Take note of where you install Modelsim.
 +
 +
Once the download completes, the installer will direct you to a website with a new form.
 +
 +
Fill out this form, and use an email as recommended above. Specify "UiO" as your University and the other fields as appropriate.
 +
They will send you a licence file within 24 hours, often less. The email will also contain instructions to apply the licence. You will have to
 +
replace the licence that is already there.
 +
 +
Once the applied, find your Modelsim install directory, and open the file modelsim.ini in a text editor. Locate the line
 +
 +
VHDL93=2002
 +
 +
Change this to
 +
 +
VHDL93=2008
 +
 +
You need to do this to be able to compile VHDL 2008 code by default. VHDL 2008 is used by IN2060 and IN3160.

Revision as of 11:52, 13 September 2021

Questa on LISP (2428)

Questa 2020.4 is installed on all RHEL clients and servers at ifi. To launch Questa, go to Applications->Education-> Questa

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

Image:Questa_desktop.png

Launch in terminal

Launch

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}


Modelsim on personal Windows computer

If you have a Windows computer, you can install Modelsim Student Edition. The application can be downloaded from Mentors website: https://www.mentor.com/company/higher_ed/modelsim-student-edition.

Click "Download Student Edition". You need to fill out this form with an email you can access. We recommend your UiO email address.

You will recieve an email from Mentor with a dowload link. This will download an installer for Modelsim. Open it and follow onscreen instructions. Take note of where you install Modelsim.

Once the download completes, the installer will direct you to a website with a new form.

Fill out this form, and use an email as recommended above. Specify "UiO" as your University and the other fields as appropriate. They will send you a licence file within 24 hours, often less. The email will also contain instructions to apply the licence. You will have to replace the licence that is already there.

Once the applied, find your Modelsim install directory, and open the file modelsim.ini in a text editor. Locate the line

VHDL93=2002

Change this to

VHDL93=2008

You need to do this to be able to compile VHDL 2008 code by default. VHDL 2008 is used by IN2060 and IN3160.

Personal tools
Front page