Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

2012/08/08 10:47

1/3

Modelsim 2.Installing

Modelsim 2.Installing
On this page you can find the actions needed to install Mentor Modelsim and/or Questa. All information on this page are tested for a (K)Ubuntu 10.10 (and newer) amd64 Linux. The console commands are intended for a bash console running on (K)Ubuntu, perhaps they need to be adapted to your system. The <version> placeholder can be replaced by the desired version of Modelsim and/or Questa e.g. <version> = 6_6

Download Modelsim
In order to install Modelsim and/or Questa the following files need to be downloaded from the Mentor Supportnet or Oliver's Software Server.
q q q q

install.linux modelsim-base.mis | questasim-base.mis modelsim-docs.mis | questasim-docs.mis modelsim-linux_<version>.mis | questasim-linux_<version>.mis

Set executable rights


rights.sh chmod 755 install.linux

Execute installer
installer.sh sudo ./install.linux

ZaWiki - http://zawiki.begincoding.net/~zas/zawiki/

Last update: 2012/02/14 11:19

tschinz:modelsiminstalling http://zawiki.begincoding.net/~zas/zawiki/doku.php/tschinz:modelsiminstalling

Follow Instructions
If possible install at location /opt/modelsim_<version> or /opt/questasim_<version>

Add PATH environment var


The export commands needed to be written into the /etc/profile file in order to survive a reboot path.sh export PATH=$PATH:/opt/modelsim_<version>/modeltech/bin # or export PATH=$PATH:/opt/questasim_<version>/questasim/bin

Fix for Linux Kernel 3.0


Since Linux Kernel 3.0, some script of Modelsim will be broken. To fix this change the following two lines in your vsim sudo nano vsim mode=${MTI_VCO_MODE:-""} TO mode=${MTI_VCO_MODE:-"32"} AND *) vco="linux_rh60" ;; TO *)

vco="linux" ;;

Execute Modelsim / Questa


run.sh vsim

http://zawiki.begincoding.net/~zas/zawiki/

Printed on 2012/08/08 10:47

2012/08/08 10:47

3/3

Modelsim 2.Installing

Next Steps
q

Modelsim 3.Use

Links
q q

Mentor Modelsim information Mentor QuestaSim information

tschinz, programming, tools, modelsim, install

From: http://zawiki.begincoding.net/~zas/zawiki/ - ZaWiki Permanent link: http://zawiki.begincoding.net/~zas/zawiki/doku.php/tschinz:modelsiminstalling Last update: 2012/02/14 11:19

ZaWiki - http://zawiki.begincoding.net/~zas/zawiki/

You might also like