Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.14--string_bintoa.sv
blob: 0eb923e99bd10868c73f8da13d528402420c7237 [
file
] [
log
] [
blame
]
/*
:name: string_bintoa
:description: string.bintoa() tests
:should_fail: 0
:tags: 6.16.14
*/
module
top
();
string
a
;
initial
a
.
bintoa
(
12
);
endmodule