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