2020-11-06 12:43:22 +09:00

5 lines
75 B
Systemverilog

`define MOD_INST u_mysubmod
module mymod;
mysubmod `MOD_INST ();
endmodule