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