Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.9--string_atohex.sv
blob: 7f697d96c3f480d9d56e01f514b73804e0cea8f1 [
file
] [
log
] [
blame
]
/*
:name: string_atohex
:description: string.atohex() tests
:should_fail: 0
:tags: 6.16.9
*/
module
top
();
string
a
=
"0xff"
;
int
b
=
a
.
atohex
();
endmodule