C
cupric
Guest
I have declared the following statements in a VerilogA module:
=================
real try[0:4];
try[0] = 2.0;
=================
However, the VerilogA parser from Cadence gives me the following errors
Error found by spectre during SpectreHDL compile.
"myModel/veriloga/veriloga.va",
line 42: "try[<<--? 1] = 2.0;"
"myModel/veriloga/veriloga.va",
line 42: Error: syntax error
Could someone suggest as to why this is happening. Any help is much appreciated.
thanks,
cupric
=================
real try[0:4];
try[0] = 2.0;
=================
However, the VerilogA parser from Cadence gives me the following errors
Error found by spectre during SpectreHDL compile.
"myModel/veriloga/veriloga.va",
line 42: "try[<<--? 1] = 2.0;"
"myModel/veriloga/veriloga.va",
line 42: Error: syntax error
Could someone suggest as to why this is happening. Any help is much appreciated.
thanks,
cupric