DIVA error between 5.0.32 and 5.141

T

tritue

Guest
Hi all,

I have a DIVA DRC rule which run perfectly with 5.0.32 and older revision.
when we upgraded into 5.141 it does not work any more.

We have a rule which run fine with 5.032 but refuse to work and produce DRC
error in 5.141

ngdif=geomStamp( ngdif geomCat(ndif tdif) error ).

It seems that a geomCat inside a geomStamp is not supported in 5.141. If we
replace the above line by the lines
dif_Cat=geomCat(ndif tdif)

ngdif = geomStamp( ngdif dif_Cat error )

Any idea ??? We do not find any mention in the release note of 5.141.
 
On Thu, 11 Aug 2005 11:22:30 -0400, "tritue" <ttt@yahoo.com> wrote:

Hi all,

I have a DIVA DRC rule which run perfectly with 5.0.32 and older revision.
when we upgraded into 5.141 it does not work any more.

We have a rule which run fine with 5.032 but refuse to work and produce DRC
error in 5.141

ngdif=geomStamp( ngdif geomCat(ndif tdif) error ).

It seems that a geomCat inside a geomStamp is not supported in 5.141. If we
replace the above line by the lines
dif_Cat=geomCat(ndif tdif)

ngdif = geomStamp( ngdif dif_Cat error )

Any idea ??? We do not find any mention in the release note of 5.141.
You won't find a release note for this because we didn't know about it.
If we had known of the problem, we would have fixed it instead of
writing a release note. Sub-version 5.10.41.500.2.24 should have the
fix, when it comes out.

This seems to have been caused by the work to allow multiple geomConnect
commands in a single run. We did multiple geomConnect so all the antenna
checks can be done in the same run as the normal DRC checks. Cumulative
antenna support is also in there.
 

Welcome to EDABoard.com

Sponsor

Back
Top