VEditor (Verilog editor for Eclipse) in Eclipse Galileo

I installed VEditor ( http://sourceforge.net/projects/veditor/ ) in Eclipse apparently successfully. But I can't use it!

I'm new to Eclipse plugins (and Eclipse itself), but I guess I'll be able to create a new project of type "Verilog Project" or whatever, but no such thing.

Also, I tried to import my current "project" (no .eclipse file, just a few files in some folders) into eclipse and open one of the files and the syntax highlighting doesn't work.

So I'm looking for a path: what do I need to do to code my Verilog projects in Eclipse using VEditor (or any other plugin that serves the same purpose)

+2


source to share


2 answers


Since the verilog plugin is tested on Eclipse 3.2.1, which version of eclipse are you having these problems on?



As recommended on the HowTo page , you can try installing a fresh install of eclipse3.2 / JDK5 (next to your current eclipse install) to manage VHDL projects in this case.

+1


source


If you don't mind spending money on creating a working IDE: use the amiq DVTEclipse .
afaik you will get the whole package: Verilog, SystemVerilog, VHDL, e .



alt text

+2


source