mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +02:00
7 lines
87 B
Systemverilog
7 lines
87 B
Systemverilog
module top;
|
|
if (1 == 0)
|
|
wire foo;
|
|
else
|
|
$info("foo");
|
|
endmodule
|