mirror of https://github.com/zachjs/sv2v.git
8 lines
89 B
Systemverilog
8 lines
89 B
Systemverilog
|
|
`START
|
||
|
|
`ifdef DEFINED
|
||
|
|
`ifndef NOT_DEFINED
|
||
|
|
initial $display("Hi");
|
||
|
|
`endif
|
||
|
|
`endif
|
||
|
|
`END
|