forked from github/verilator
1e938d0e90
Fix preprocessor preservation of newlines across macro substitutions. Fix preprocessor stringification of nested macros. Fix preprocessor whitespace on define arguments
85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
`line 1 "t/t_preproc_def09.v" 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`line 10 "t/t_preproc_def09.v" 0
|
|
|
|
'initial $display("start", "msg1" , "msg2", "end");'
|
|
'initial $display("start", "msg1" , "msg2" , "end");'
|
|
'initial $display("start", " msg1" , , "end");'
|
|
'initial $display("start", " msg1" , , "end");'
|
|
'initial $display("start", , "msg2 ", "end");'
|
|
'initial $display("start", , "msg2 ", "end");'
|
|
'initial $display("start", , , "end");'
|
|
'initial $display("start", , , "end");'
|
|
'initial $display("start", , , "end");'
|
|
'initial $display("start", , , "end");'
|
|
|
|
|
|
|
|
|
|
|
|
`line 26 "t/t_preproc_def09.v" 0
|
|
|
|
'$display(5,,2,,3);'
|
|
'$display(5,,2,,3);'
|
|
'$display(1,,"B",,3);'
|
|
'$display(1 ,,"B",,3 );'
|
|
'$display(5,,2,,);'
|
|
'$display(5,,2,,);'
|
|
|
|
|
|
`line 35 "t/t_preproc_def09.v" 0
|
|
|
|
'$display(1,,,,3);'
|
|
'$display(5,,,,"C");'
|
|
'$display(5,,2,,"C");'
|
|
'$display(5,,2,,"C");'
|
|
'$display(5,,2,,"C");'
|
|
'$display(5,,2,,"C");'
|
|
|
|
`line 43 "t/t_preproc_def09.v" 0
|
|
|
|
'$display(1,,0,,"C");'
|
|
'$display(1 ,,0,,"C");'
|
|
'$display(5,,0,,"C");'
|
|
'$display(5,,0,,"C");'
|
|
|
|
|
|
`line 50 "t/t_preproc_def09.v" 0
|
|
|
|
'b + 1 + 42 + a'
|
|
'b + 1 + 42 + a'
|
|
|
|
|
|
`line 55 "t/t_preproc_def09.v" 0
|
|
|
|
'"==)" "((((" () ';
|
|
'"==)" "((((" () ';
|
|
|
|
|
|
`line 60 "t/t_preproc_def09.v" 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`line 70 "t/t_preproc_def09.v" 0
|
|
'(6) (eq=al) ZOT'
|
|
HERE-71 - Line71
|
|
|
|
|
|
|
|
`line 75 "t/t_preproc_def09.v" 2
|