Informations pour les étudiants

(Difference between revisions)
Jump to: navigation, search
m (Installation de HDL Designer)
(Installation de HDL Designer)
Line 5: Line 5:
 
Télécharger le fichier d'installation <code>HDS_2016.1_ixl.exe</code> sur la machine virtuelle.
 
Télécharger le fichier d'installation <code>HDS_2016.1_ixl.exe</code> sur la machine virtuelle.
  
Lancer le <code>terminal</code> et passer en utilisateur <code>root</code>:
+
Lancer le <code>terminal</code> et lancer le programme d'installation:
 
  sudo su
 
  sudo su
 
Lancer le programme d'installation:
 
 
  /root/mgc/install.aol/mgc_install &
 
  /root/mgc/install.aol/mgc_install &
  
Line 16: Line 14:
 
** Select target location <code>/opt/mentor/hdl</code>
 
** Select target location <code>/opt/mentor/hdl</code>
 
** Select product <code>HDL Designer</code> only
 
** Select product <code>HDL Designer</code> only
 +
 +
Installer les librairies i386 et les fontes nécessaires:
 +
dpkg --add-architecture i386
 +
apt-get update
 +
apt-get install libx11-6:i386
 +
apt-get install xfonts-75dpi
 +
xset +fp /usr/share/fonts/X11/75dpi
 +
xset fp rehash
 +
exit
 +
 +
Tester l'installation:
 +
cd /tmp/
 +
export PATH=$PATH:/opt/mentor/hdl/bin
 +
export LM_LICENSE_FILE=$LM_LICENSE_FILE:27001@mentorlm.hevs.ch
 +
hdl_designer &

Revision as of 14:16, 29 March 2017

Contents

Installation de HDL Designer

Télécharger le fichier d'installation HDS_2016.1_ixl.exe sur la machine virtuelle.

Lancer le terminal et lancer le programme d'installation:

sudo su
/root/mgc/install.aol/mgc_install &

Installer HDL Designer:

  • Install > Install Products
    • Find HDS_2016.1_ixl.exe to select
    • Select target location /opt/mentor/hdl
    • Select product HDL Designer only

Installer les librairies i386 et les fontes nécessaires:

dpkg --add-architecture i386
apt-get update
apt-get install libx11-6:i386
apt-get install xfonts-75dpi
xset +fp /usr/share/fonts/X11/75dpi
xset fp rehash
exit

Tester l'installation:

cd /tmp/
export PATH=$PATH:/opt/mentor/hdl/bin
export LM_LICENSE_FILE=$LM_LICENSE_FILE:27001@mentorlm.hevs.ch
hdl_designer &
Personal tools
Namespaces
Variants
Actions
Navigation
Modules / Projects
Browse
Toolbox