mirror of https://github.com/zachjs/sv2v.git
6 lines
76 B
Systemverilog
6 lines
76 B
Systemverilog
|
|
module top;
|
||
|
|
initial do
|
||
|
|
$display("hi");
|
||
|
|
while (0);
|
||
|
|
endmodule
|