• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. How to get the net-figure which is connected to a specific...

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 143
  • Views 16516
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get the net-figure which is connected to a specific instance terminal

MLindig
MLindig over 13 years ago

Hi,

I want to hilight only a part of a net (mainly the part from instance terminal to next branch of net). Here is an example:

I want to hilight the net part from transistor "M0" drain terminal which is connected on net "knt". I picket up the right terminal from

term = dbFindSigByName(cvId "knt")~>memInstTerms

term->net->figs contaions now all figures of the connected net. Which is the right figure (connected to term) which I could pass to geAddHilightFig(hlSetId fig) function?

 Thanks Michael

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Michael,

    The database doesn't contain this information. Even if it did contain it for inst terms, how would it do it for each piece segment where there are joins? You'd have to have some kind of complex tree - and for connectivity you don't need that information - it wouldn't be needed for a netlister, for example.

    Assuming this is a schematic (you didn't say), you'd need to find the figures on the net, and then identify which of them overlap with the instance's pins (probably just seeing whether the coordinates of the wire segments are within the pin shape bBox, and then looking for segments with only one overlap - until you end up at a point with several coincident start/end points). Not too difficult to do.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Michael,

    The database doesn't contain this information. Even if it did contain it for inst terms, how would it do it for each piece segment where there are joins? You'd have to have some kind of complex tree - and for connectivity you don't need that information - it wouldn't be needed for a netlister, for example.

    Assuming this is a schematic (you didn't say), you'd need to find the figures on the net, and then identify which of them overlap with the instance's pins (probably just seeing whether the coordinates of the wire segments are within the pin shape bBox, and then looking for segments with only one overlap - until you end up at a point with several coincident start/end points). Not too difficult to do.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information