Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
356a4bf2123fc606ca19fbed9b9c535f149fdec5
/
.
/
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