Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
713605cadef845b9f44d6469208fb6e902ace095
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.9-string-word-assignment.sv
blob: 5d5ff3d151bb86455d2e4a2b5b8891c2996db050 [
file
] [
log
] [
blame
]
/*
:name: string-word-assignment
:description: String assignment tests
:should_fail: 0
:tags: 5.9
*/
module
top
();
bit a
[
8
*
3
:
0
]
=
"hi0"
;
byte
b
[
3
:
0
]
=
"hi2"
;
endmodule