Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
72478d5c92db2a40465e7bd95a9518a0d02a5975
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
string11.v
blob: 229881915e92a75a235f47e030c945bebf042940 [
file
] [
log
] [
blame
]
module
main
;
reg
[
31
:
0
]
bytes
;
initial
begin
bytes
=
"\101\102\103\n"
;
$write
(
"bytes=%h\n"
,
bytes
);
$finish
;
end
endmodule
// main