6

Are there any grammars for system Verilog that are open source? I'm looking for System Verilog, not plain Verilog grammars.

Ross Rogers
  • 23,523
  • 27
  • 108
  • 164

3 Answers3

4

Verilog-Perl is open source and claims to have SystemVerilog support. You could contact the Perl CPAN author to see if it covers the complete grammar (his email address is listed on the CPAN page).

toolic
  • 57,801
  • 17
  • 75
  • 117
3

Here is a V2K and SV parser in ANTLR grammar.

Amal
  • 243
  • 1
  • 3
  • 8
3

No(I have looked). In fact very few expensive commercial tools completely support IEEE P1800. There is at least one company that sells a parser API.

Adam12
  • 31
  • 1