sv-parser/sv-parser-pp/testcases/include_quoted_b.sv
damc da6157952e ppTests include_quoted_(a|b|c|d)
- Illustration of https://github.com/dalance/svlint/issues/77
- That's the same as https://github.com/dalance/sv-parser/issues/48
- A,B show what doesn't work, vaguely defined on page 680.
- C,D show what does work, using example on page 680.
2022-07-26 22:00:46 +02:00

6 lines
113 B
Systemverilog

`define PATH included.svh
`define QUOTED_PATH `"`PATH`"
module and_op (a, b, c);
`include `QUOTED_PATH
endmodule