diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-09 13:00:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-09 13:00:39 +0000 |
commit | dda761511047bcd60b047fe5a9891e532514c10e (patch) | |
tree | ae5429a985badad7613d9c283c79b391b078305c /java/Makefile | |
parent | 75312a8f7b785739800c0888939b91f23385d3c5 (diff) |
Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL language
specific features on Eclipse IDE. It helps coding and debugging in hardware
development based on Verilog or VHDL.
WWW: http://veditor.sourceforge.net/
PR: ports/105450
Submitted by: lon_kamikaze at gmx.de
Notes
Notes:
svn path=/head/; revision=179290
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 81e82fc13a39..efb8f0d1ce19 100644 --- a/java/Makefile +++ b/java/Makefile @@ -148,6 +148,7 @@ SUBDIR += sun-wtk SUBDIR += trove4j SUBDIR += tya + SUBDIR += veditor SUBDIR += westhawksnmp SUBDIR += xdoclet |