Tools/Eclipse

From UIT
(Difference between revisions)
Jump to: navigation, search
m
(Download Eclipse)
 
(7 intermediate revisions by one user not shown)
Line 11: Line 11:
 
''' Classic Eclipse '''
 
''' Classic Eclipse '''
  
Download the Classic Eclipse from the official Eclipse Webpage
+
Download the Classic Eclipse from the official Eclipse Webpage and install all needed Plugins with the Marketplace (including Yoxos)
 
+
 
* [http://eclipsesource.com/en/downloads Eclipse Source]
 
* [http://eclipsesource.com/en/downloads Eclipse Source]
 +
 +
'''OR'''
  
 
''' Yoxos On Demand Eclipse '''
 
''' Yoxos On Demand Eclipse '''
  
 
Take the Eclipse you want and choose all needed Plugins
 
Take the Eclipse you want and choose all needed Plugins
 
 
* [http://ondemand.yoxos.com/geteclipse/start Yoxos OnDemand Eclipse]
 
* [http://ondemand.yoxos.com/geteclipse/start Yoxos OnDemand Eclipse]
  
 
=== Linux Installation ===
 
=== Linux Installation ===
 
'''Unpack and copy folder'''
 
'''Unpack and copy folder'''
If possible install at location {{{/opt/eclipse}}}
+
If possible install at location <code>/opt/eclipse</code>
 
<source lang='bash'>
 
<source lang='bash'>
 
tar xvf tarname.tar
 
tar xvf tarname.tar
Line 30: Line 30:
  
 
'''Add PATH environment var'''
 
'''Add PATH environment var'''
The export commands needed to be written into the {{{/etc/profile}}} file in order to survive a reboot
+
The export commands needed to be written into the <code>/etc/profile</code> file in order to survive a reboot
 
<source lang='bash'>
 
<source lang='bash'>
 
export PATH=$PATH:/opt/eclipse
 
export PATH=$PATH:/opt/eclipse
Line 54: Line 54:
 
* [http://eclipsesource.com/en/downloads Official Eclipse page]
 
* [http://eclipsesource.com/en/downloads Official Eclipse page]
 
'''Eclipse VHDL Plugins'''
 
'''Eclipse VHDL Plugins'''
 +
* [http://marketplace.eclipse.org Eclipse Marketplace]
 
* [http://simplifide.com Homepage of SimplifIDE]
 
* [http://simplifide.com Homepage of SimplifIDE]
 
* [http://simplifide.com/user_manual/index.html SimplifIDE user manual]
 
* [http://simplifide.com/user_manual/index.html SimplifIDE user manual]

Latest revision as of 10:58, 24 January 2013

Contents

Eclipse Logo

Eclipse VHDL Development Tool

Useful informations about the Eclipse VHDL Editing tool

Download Eclipse

In order to install Eclipse the following files need to be downloaded

Classic Eclipse

Download the Classic Eclipse from the official Eclipse Webpage and install all needed Plugins with the Marketplace (including Yoxos)

OR

Yoxos On Demand Eclipse

Take the Eclipse you want and choose all needed Plugins

Linux Installation

Unpack and copy folder If possible install at location /opt/eclipse

tar xvf tarname.tar
cp foldername /opt/eclipse

Add PATH environment var The export commands needed to be written into the /etc/profile file in order to survive a reboot

export PATH=$PATH:/opt/eclipse

Execute Eclipse

eclipse

Windows installation

  1. Unpack into your desired location
  2. Launch eclipse.exe

Install VHDL Plugin

Links

Eclipse VHDL Plugins

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox