This is newly reported typo in the LRM
Change the example in section 2.7
int n[1:2][1:3] = {2{{3{4, 5}}}}; // same as
{{4,5,4,5,4,5},{4,5,4,5,4,5}}
to
int n[1:2][1:6] = {2{{3{4, 5}}}}; // same as
{{4,5,4,5,4,5},{4,5,4,5,4,5}}
http://www.eda.org/svdb/bug_view_page.php?bug_id=0000356
David Rich
Verification Technologist
Design Verification & Test Division
Mentor Graphics Corporation
dave_rich@mentor.com
Office: 408 487-7206
Cell: 510 589-2625
Received on Wed Jan 26 15:15:16 2005
This archive was generated by hypermail 2.1.8 : Wed Jan 26 2005 - 15:15:32 PST