mirror of https://github.com/zachjs/sv2v.git
7 lines
102 B
Systemverilog
7 lines
102 B
Systemverilog
|
|
`include "no_newline.vh"
|
||
|
|
module top;
|
||
|
|
`ifdef A
|
||
|
|
initial $display("A is defined!");
|
||
|
|
`endif
|
||
|
|
endmodule
|