mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-29 17:17:44 +02:00
5 lines
53 B
Systemverilog
5 lines
53 B
Systemverilog
module top;
|
|
apple a();
|
|
orange o();
|
|
endmodule
|