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