mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 00:41:13 +02:00
8 lines
90 B
Systemverilog
8 lines
90 B
Systemverilog
`define A
|
|
`undefineall
|
|
`ifndef A
|
|
module top;
|
|
initial $display("hi");
|
|
endmodule
|
|
`endif
|