mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 09:44:27 +02:00
8 lines
89 B
Systemverilog
8 lines
89 B
Systemverilog
`START
|
|
`ifdef DEFINED
|
|
`ifndef NOT_DEFINED
|
|
initial $display("Hi");
|
|
`endif
|
|
`endif
|
|
`END
|