5 lines
75 B
Systemverilog
5 lines
75 B
Systemverilog
`define MOD_INST u_mysubmod
|
|
module mymod;
|
|
mysubmod `MOD_INST ();
|
|
endmodule
|