HDL Parser plugin

HDL Parser finds syntactic errors in the current jEdit buffer text.
Verilog and VHDL grammars are supported.

Igor Lesik

Legal Notice

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no "Invariant Sections", "Front-Cover Texts" or "Back-Cover Texts", each as defined in the license. A copy of the license can be found in the file COPYING.DOC.txt included with jEdit.

 


Parser code   ANTLR logo

The Verilog parser code is generated by ANTLR program using a grammar defined in verilog.g from Argonne National Lab

VHDL-AMS 1076.1-1999 ANTLR grammar by Erhard Fehlauer

 


Use as a stand alone application

java -cp HDLParser.jar;antlr.jar HDLParser.parser.verilog.Main <file-name>
java -cp HDLParser.jar;antlr.jar HDLParser.parser.vhdl.Main <file-name>

 


Installation

Make sure you have antlr.jar somewhere in jEdit classpath.