#422048 GPL Cver 2.11a & Multi-dimensional arrays.

Package:
gplcver
Source:
gplcver
Description:
Verilog simulator
Submitter:
أحمد المحمودي
Date:
2010-04-14 17:33:06 UTC
Severity:
normal
#422048#5
Date:
2007-05-03 07:21:02 UTC
From:
To:
Hello,

  I was trying GPL Cver 2.11a on a verilog module that has
  multi-dimensional arrays (the module is attached with this email), and
  it gave the error below:

GPLCVER_2.11a of 07/05/05 (Linux-elf).
Copyright (c) 1991-2005 Pragmatic C Software Corp.
  All Rights reserved.  Licensed under the GNU General Public License (GPL).
  See the 'COPYING' file for details.  NO WARRANTY provided.
Today is Thu Dec 21 10:01:30 2006.
Compiling source file "test.v"
**test.v(15) ERROR** [1109] expression illegal token [[]
  Unable to begin simulation.
  There were 1 error(s), 0 warning(s), and 0 inform(s).
End of GPLCVER_2.11a at Thu Dec 21 10:01:30 2006 (elapsed 0.0 seconds).


NOTE: that the problem is when I try to use myarr[j][0], yet if I just
try to use myarr[j] it works fine.

#422048#10
Date:
2007-09-19 06:05:27 UTC
From:
To:
Ahmed El-Mahmoudy wrote:

I think that multi-dimensional arrays is not the supported feature of
current GPL Cver.  This is new feature of Verilog 2001 standard,
while GPL Cver supports Verilog 1995 and some of Verilog 2001.