Tools/EDA/Install

(Difference between revisions)
Jump to: navigation, search
(Linux)
Line 26: Line 26:
  
 
For '''mulitarch''' systems (typically Ubuntu 12.04 or newer), install  
 
For '''mulitarch''' systems (typically Ubuntu 12.04 or newer), install  
sudo apt-get install libxi6:i386 libXp6:i386 libXmu6:i386
+
<source lang='bash'>
 +
sudo apt-get install libxi6:i386 libXp6:i386 libXmu6:i386
 +
</source>
 
}}
 
}}
  
Line 35: Line 37:
 
{{TaskBox|content=
 
{{TaskBox|content=
 
Install it:
 
Install it:
cd /home/<i>user</i>/Downloads/EDA/
+
<source lang='bash'>
chmod +x HDS_*.exe
+
cd /home/<i>user</i>/Downloads/EDA/
sudo ./HDS_*.exe
+
chmod +x HDS_*.exe
 +
sudo ./HDS_*.exe
 +
</source>
  
 
Options:
 
Options:
Line 46: Line 50:
 
{{TaskBox|content=
 
{{TaskBox|content=
 
Add path and license server info:
 
Add path and license server info:
export PATH=$PATH:/usr/opt/HDS/bin
+
<source lang='bash'>
export LM_LICENSE_FILE=$LM_LICENSE_FILE:''<portNumber>''@mentorlm.hevs.ch
+
export PATH=$PATH:/usr/opt/HDS/bin
 +
export LM_LICENSE_FILE=$LM_LICENSE_FILE:''<portNumber>''@mentorlm.hevs.ch
 +
</source>
  
 
* ask [[User:Oliver.gubler|Oliver Gubler]] or [[User:Francois.corthay|Corthay François]] for the [http://wiki.hevs.ch/uit/index.php5/Tools/Setup%26Licensing#Mentor ''<portNumber>'']
 
* ask [[User:Oliver.gubler|Oliver Gubler]] or [[User:Francois.corthay|Corthay François]] for the [http://wiki.hevs.ch/uit/index.php5/Tools/Setup%26Licensing#Mentor ''<portNumber>'']
Line 54: Line 60:
 
{{TaskBox|content=
 
{{TaskBox|content=
 
Test the application:
 
Test the application:
hdl_designer &
+
<source lang='bash'>
 +
hdl_designer &
 +
</source>
 
}}
 
}}
  
 
{{TaskBox|content=
 
{{TaskBox|content=
 
Update the settings:
 
Update the settings:
sudo nano -w /etc/profile
+
<source lang='bash'>
 +
sudo nano -w /etc/profile
 +
</source>
  
 
Add the lines:
 
Add the lines:

Revision as of 10:55, 19 January 2016

Contents

ModelSim

Linux

Ask Oliver Gubler for help.

Windows

View-pim-tasks.png

Get the installer from R:\Modules\SI\2131_ELE\ELN\Software\VHDL\ModelSim\modelsim-win32-6.6g-se.exe.


View-pim-tasks.png

Set following options during the installation process:

  • Target location: C:\EDA\ModelSim

HDL-Designer

Linux

Ask Oliver Gubler for help.

This setup is done for (K)Ubuntu


View-pim-tasks.png

For x86-64 systems, install 32 bit libraries:

sudo apt-get install ia32-libs

For mulitarch systems (typically Ubuntu 12.04 or newer), install

sudo apt-get install libxi6:i386 libXp6:i386 libXmu6:i386


View-pim-tasks.png

Copy the installer from R:\Modules\SI\2131_ELE\ELN\Software\VHDL\HDL-Designer\HDS_2009.2_ixl.exe to /home/user/Downloads/EDA


View-pim-tasks.png

Install it:

cd /home/<i>user</i>/Downloads/EDA/
chmod +x HDS_*.exe
sudo ./HDS_*.exe

Options:

  • Target location: /usr/opt/HDS
  • Product selection: HDL Designer


View-pim-tasks.png

Add path and license server info:

export PATH=$PATH:/usr/opt/HDS/bin
export LM_LICENSE_FILE=$LM_LICENSE_FILE:''<portNumber>''@mentorlm.hevs.ch


View-pim-tasks.png

Test the application:

hdl_designer &


View-pim-tasks.png

Update the settings:

sudo nano -w /etc/profile

Add the lines:

#------------------------------------------------------------------------------- 
# EDA tools
#
export PATH=$PATH:/usr/opt/HDS/bin
export LM_LICENSE_FILE=$LM_LICENSE_FILE:<portNumber>@mentorlm.hevs.ch


View-pim-tasks.png

Add a toolbar menu:

  • right-click on Applications and choose Edit Menus
  • click on New Menu and name it EDA
  • click on EDA and then New Item:
    • Name: HDL Designer
    • Command: /usr/opt/HDS/bin/hdl_designer
    • Icon: /usr/opt/HDS/resources/bitmaps/hdldesigner.bmp

Start the application from the Toolbar menu.

Windows

View-pim-tasks.png

Get the installer from R:\Modules\SI\2131_ELE\ELN\Software\VHDL\HDL-Designer\HDSSetup_2009.2_win.exe. and launch it.


View-pim-tasks.png

Set following options during the installation process:

  • Target location: C:\EDA\HDS
  • Product selection: HDL Designer
  • no dongle installation

Dialog-warning.png

If HDL-Designer doesn't start you have to execute the Update_MGC_pkginfo Batch script with administrator rights. It updates the pkginfo file with a new version from the Mentor Graphics servers.

License

Dialog-warning.png

To be able to get a license you have to be connected to the school network either way directly by cable, through the school wifi secure-hevs or through VPN.

View-pim-tasks.png

Add the license server location to your computers environment variables:

Personal tools
Namespaces
Variants
Actions
Navigation
Modules / Projects
Browse
Toolbox