module.sv 79 Bytes
Newer Older
1 2 3 4
module Module;
    Interface intf();
    assign intf.x = Package::X;
endmodule