• 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. Help with Virtuoso XL Probe...

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 145
  • Views 17469
  • 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

Help with Virtuoso XL Probe...

RoiZanoNew
RoiZanoNew over 15 years ago

Hi .

First i want to thank Quek about the great answer !!!

Second I'm having a problem that i want to discover.

I want to know how Probe option work and could i take information from the probe about a net .

I need the paths and vias(db) (and put inside a list) that being highlight doring the probe option.

Roi.

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

    Hi Roi,

    It's not a trival amount of code to do this. So I don't have an example which illustrates this. If you have connectivity in the database though, you can find all the figures on the nets at the current level, and then look at the instTerms on that net, and follow through to the term attribute (which will give you the terminal within the cellView a level below), and from this you can get the net, and then all the figures. Do the same again recursively...

    Something like:

    procedure(MYprocessNet(net)
      foreach(fig net~>fig
        ; do whatever you need to do with the figures
      )
      foreach(instTerm net~>instTerms
        MYprocessNet(instTerm~>term~>net)
      )
    )

    Regards,

    Andrew.

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

    Hi Roi,

    It's not a trival amount of code to do this. So I don't have an example which illustrates this. If you have connectivity in the database though, you can find all the figures on the nets at the current level, and then look at the instTerms on that net, and follow through to the term attribute (which will give you the terminal within the cellView a level below), and from this you can get the net, and then all the figures. Do the same again recursively...

    Something like:

    procedure(MYprocessNet(net)
      foreach(fig net~>fig
        ; do whatever you need to do with the figures
      )
      foreach(instTerm net~>instTerms
        MYprocessNet(instTerm~>term~>net)
      )
    )

    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