Files

5 lines
79 B
Systemverilog
Raw Permalink Normal View History

module Module;
Interface intf();
assign intf.x = Package::X;
endmodule