verible icon indicating copy to clipboard operation
verible copied to clipboard

How can I parse only verilog and not systemverilog?

Open arunpatro opened this issue 1 year ago • 1 comments

Hi,

I want to restrict my application to only verilog programs and not system verilog, can you help me figure out the grammar specification for only .v files?

arunpatro avatar Dec 14 '23 06:12 arunpatro

Currently, we don't distinguish different dialects, so that can mean that valid Verilog programs might not be parsed correctly with Verible.

Is there a particular construct that you found Verible does not like in your Verilog files ?

It is on our TODOs since #141 - but of course that takes time. Happy to accept pull requests.

hzeller avatar Dec 14 '23 10:12 hzeller