Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5fc392ff83ea0acf652bc53330a76f269601c5b5
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
pr567.v
blob: c8b5ad9cd41946eecf0cfd31125b2c284fe65f38 [
file
]
module
test
;
reg blah
[
63
:
0
];
initial blah
=
0
;
// This should generate an error message.
endmodule