mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-03 08:33:46 +02:00
4 lines
88 B
Systemverilog
4 lines
88 B
Systemverilog
module surprise;
|
|
initial $display("This isn't what you're looking for!");
|
|
endmodule
|