Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5116133e9d8aa43e4097998303280bdb37ca7200
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.12--string_hextoa.sv
blob: 3f4c0e82d0c6d540c35fddc643d5038a01bf3d44 [
file
] [
log
] [
blame
]
/*
:name: string_hextoa
:description: string.hextoa() tests
:should_fail: 0
:tags: 6.16.12
*/
module
top
();
string
a
;
initial
a
.
hextoa
(
12
);
endmodule