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