package_implied.v 96 Bytes
Newer Older
1 2 3 4 5
module top;
    localparam P_X = 10;
    localparam Y = P_X;
    initial $display(Y);
endmodule