Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.9--string_atobin.sv
blob: 243a9ffa0b7fa79c4e20815687336e9db82cc929 [
file
] [
log
] [
blame
]
/*
:name: string_atobin
:description: string.atobin() tests
:should_fail: 0
:tags: 6.16.9
*/
module
top
();
string
a
=
"10101"
;
int
b
=
a
.
atobin
();
endmodule