Attach labels to the net

  • Thread starter sridhartv25@gmail.com
  • Start date
S

sridhartv25@gmail.com

Guest
Hello all,

I am some labels on the nets , the problem is all these labels are
not attached to the nets , when ever I move the nets the labels are
not moved correspondingly and I need to adjust that , Can some one
provide me a skill script such that all the selected labels must be
attached to the nets on which they are , (there is no reference of
connectivity).
Eagerly waiting for the replies,

Best regards,
Sridhar.
 
sridhartv25@gmail.com wrote, on 03/25/09 13:55:
Hello all,

I am some labels on the nets , the problem is all these labels are
not attached to the nets , when ever I move the nets the labels are
not moved correspondingly and I need to adjust that , Can some one
provide me a skill script such that all the selected labels must be
attached to the nets on which they are , (there is no reference of
connectivity).
Eagerly waiting for the replies,

Best regards,
Sridhar.
I don't have SKILL to do this (and don't have time to write one now), but this
should just be a matter of calling leAttachFig() to attach the label the a shape
on the net - if there's no connectivity (I think that's what you're saying), I'm
presuming you'd want it to attach to whatever was underneath the label? If so, I
guess you could use dbGetTrueOverlaps() for that, with an area specified which
was list(label~>xy label~>xy) - and having found the overlapping shapes, you
could attach the labels.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top