Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- I know there is no this type of data definition for memory array with "wire[15:0] mem [16:0];" --- Quote End --- It's legal Verilog syntax. Just have a look on the IEEE 1364 Verilog specification, paragraph 4.9 Arrays. It has this example:
wire y; 8-bit-wide vector wire indexed from 0 to 7