class_ident.v 70 Bytes
Newer Older
1 2 3 4
module top;
    localparam X = 10;
    initial $display(X);
endmodule