Verilog Parser

K

Kecheng

Guest
I'm finding a free verilog parser, in C or OCaml. Is there anyone give
me some hints?
Many Thanks
 
On Jul 9, 12:49 am, Kecheng <kecheng...@gmail.com> wrote:
I'm finding a free verilog parser, in C or OCaml. Is there anyone give
me some hints?
Many Thanks
in opensource project veriwell the file src/parse.yy and src/lex.cc
are good parser
and in iverilog project , lexor.lex and parse.y is same.

sounds like the parser in veriwell is simpler than iverilog
 

Welcome to EDABoard.com

Sponsor

Back
Top