Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.10--string_atoreal.sv
blob: cfd4a8ec786f282acfb942f670925b40d3d3fc30 [
file
] [
log
] [
blame
]
/*
:name: string_atoreal
:description: string.atoreal() tests
:should_fail: 0
:tags: 6.16.10
*/
module
top
();
string
a
=
"4.76"
;
real b
=
a
.
atoreal
();
endmodule