Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.2--string_putc.sv
blob: e04fd592c3bdac9eefb617ac4f04cc1f6e18ceb3 [
file
] [
log
] [
blame
]
/*
:name: string_putc
:description: string.putc() tests
:should_fail: 0
:tags: 6.16.2
*/
module
top
();
string
a
=
"Test"
;
initial
a
.
putc
(
2
,
"B"
);
endmodule