vcPropagateChange

K

Kuan Zhou

Guest
Hi,
I am doing extraction now. But I got the error message like:

error: vcPropagateChange failed to update task. Notify Cadence....

Does anyone know what's the problem? I am using Cadence 5.0.
The spectre is v 5.0.0.052603

sincerely
-------------
Kuan Zhou
ECSE department
 
Kuan,

This looks like PCR 591416, which was fixed in IC446 MSR11 and 5.0.32.500.2.

It is caused by having a calculateParameter() in the rule deck without an
expression - just something like:

calculateParameter(x)

you can workaround it by changing the rules to:

calculateParameter(x*1.0)

Regards,

Andrew.

On Mon, 16 Feb 2004 17:11:38 -0500, Kuan Zhou <zhouk@rpi.edu> wrote:

Hi,
I am doing extraction now. But I got the error message like:

error: vcPropagateChange failed to update task. Notify Cadence....

Does anyone know what's the problem? I am using Cadence 5.0.
The spectre is v 5.0.0.052603

sincerely
-------------
Kuan Zhou
ECSE department
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 
Andrew,
Thank you very much! I fixed this problem today.
The problem is exactly what you described here.


sincerely
-------------
Kuan Zhou
ECSE department


On Tue, 17 Feb 2004, Andrew Beckett wrote:

Kuan,

This looks like PCR 591416, which was fixed in IC446 MSR11 and 5.0.32.500.2.

It is caused by having a calculateParameter() in the rule deck without an
expression - just something like:

calculateParameter(x)

you can workaround it by changing the rules to:

calculateParameter(x*1.0)

Regards,

Andrew.

On Mon, 16 Feb 2004 17:11:38 -0500, Kuan Zhou <zhouk@rpi.edu> wrote:

Hi,
I am doing extraction now. But I got the error message like:

error: vcPropagateChange failed to update task. Notify Cadence....

Does anyone know what's the problem? I am using Cadence 5.0.
The spectre is v 5.0.0.052603

sincerely
-------------
Kuan Zhou
ECSE department


--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 

Welcome to EDABoard.com

Sponsor

Back
Top