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