chipsalliance / verible

Verible is a suite of SystemVerilog developer tools, including a parser, style-linter, formatter and language server
https://chipsalliance.github.io/verible/
Other
1.38k stars 214 forks source link

Rejects `include inside module ports #198

Closed fangism closed 4 years ago

fangism commented 4 years ago

Verible's parser currently rejects the following:

module foo(
    `include "generated_ports.svh"
);
endmodule
fangism commented 4 years ago

b/149487215