S
Shamik
Guest
Is there a open source System Verilog parser till date ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can find a Verilog grammar in ANTLR format here:Is there a open source System Verilog parser till date ?
Thanks a lot AmalOn Jul 4, 12:45 am, Shamik <shamik.gang...@gmail.com> wrote:
Is there a open source System Verilog parser till date ?
You can find a Verilog grammar in ANTLR format here:
http://www.antlr.org/grammar/verilog/verilog.g
This just does basic grammar check and whether your input file is
valid Verilog or not.
You can extend this to SystemVerilog and add your tree parser, or
other grammar manipulations/transformations, ...
-- Amal