real.sv 66 Bytes
Newer Older
1 2 3 4
module top;
    real r = 3.14;
    initial $display(r);
endmodule