Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.15--string_realtoa.sv
blob: 2ba6018618129d9f383b2d8ff836d048e05a633d [
file
] [
log
] [
blame
]
/*
:name: string_realtoa
:description: string.realtoa() tests
:should_fail: 0
:tags: 6.16.15
*/
module
top
();
string
a
;
initial
a
.
realtoa
(
4.76
);
endmodule