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