[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Papers

Verilator Parser (bison) as standalone parser for SystemVerilog files?

Added by Jan Seyler 4 months ago

Hi,

I'm totally new to the Verilator but very impressed of what it can do! Thanks for all the hard work on it.

What I want to do, is create a UVM parser. My idea was to build it upon the Verilog/SystemVerilog parser within the Verilator. Do you think it is possible to use the parser and extend it to be a UVM parser? If yes, how :)

Thanks for every single reply!

Regards, pilzbug


Replies (5)

RE: Verilator Parser (bison) as standalone parser for SystemVerilog files? - Added by Jan Seyler 4 months ago

Hey,

thanks! This is great. And you can even extend it, because it is open source!

RE: Verilator Parser (bison) as standalone parser for SystemVerilog files? - Added by Jan Seyler 4 months ago

Is it possible to use Verilog::Parser in C/C++ and if it is possible, how can I do it? Any example would be great!

Thanks

RE: Verilator Parser (bison) as standalone parser for SystemVerilog files? - Added by Wilson Snyder 4 months ago

It's written in C++, so in theory yes, but there's no API, you'd have to dig in and make one yourself.

(1-5/5)