We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde5300 + 924cdf2 commit c8b1a63Copy full SHA for c8b1a63
regression/verilog/preprocessor/include3.desc
@@ -0,0 +1,13 @@
1
+KNOWNBUG
2
+include2.v
3
+--preprocess
4
+// Enable multi-line checking
5
+activate-multi-line-match
6
+`line 1 "include3\.v" 0
7
+`line 1 "include_file2\.vh" 1
8
+
9
+`line 2 "include3\.v" 2
10
+^EXIT=0$
11
+^SIGNAL=0$
12
+--
13
+Giving the include file name as a macro doesn't work.
regression/verilog/preprocessor/include3.v
@@ -0,0 +1,3 @@
+`define SOME_INCLUDE "include_file2.vh"
+`include `SOME_INCLUDE
0 commit comments