Syntax Analysis of Hardware Descriptive Language in Computer System Theory and Implementation

Asked 2 years ago, Updated 2 years ago, 39 views

3 Answers

Java parser generators are ANTLR.Print the parser source from the grammar definition file.

Most major language grammar is implemented.Also available in VHDL and Verilog.

https://github.com/antlr/grammars-v4/tree/master/vhdl


2022-09-30 19:23

Why don't you check out JavaCC?

http://codezine.jp/article/detail/367


2022-09-30 19:23

VHDL, Java, Parser keywords can be found, but the following projects seem to have implemented VHDL parsers.

https://github.com/gburdell/parser/tree/master/src/parser/vhdl

It may be helpful.

You will find other projects such as the following, but you may feel that the threshold is a little high because you are required to register as a user to download them.

http://home.wtal.de/software-solutions/vhdl-parser/


2022-09-30 19:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.