• 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 Design
  3. deepprobe node name for extracted netlist

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 125
  • Views 19547
  • 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

deepprobe node name for extracted netlist

Karev11
Karev11 over 4 years ago

Hi,

I'm trying to use deepprobe to access internal node of an extracted block.  My netlist is from Star-RC extraction and has default node name format as below:

Q2

Q2:1

I113/MMP0:G

...

the top level is called Itop, so far I only had success in below:

Itop.Q2

and below doesn't seem to work:

Itop.Q2\:1

Itop.I113\|MMP0\:G

I also try to replace colon with underscore in the netlist file (Q2:1 ->  Q2_1), but below still doesn't work

Itop.Q2_1

Any comment on what is wrong with my syntax?

thanks,

Kevin

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

    Hi Kevin,

    The right names would be:

    • Itop.Q2\:1
    • Itop.I113\/MMP0\:G

    The forward slashes and colons need to be escaped (if you leave the colon unescaped then this is illegal syntax in Spectre). Unfortunately it seems that one of the options that ADE passes to spectre interferes with the handling of colons, and that is a bit of a problem... it sees the escaped names as above as unconnected.

    There are two choices here:

    1. Substitute all the colons in the included file to be something else (e.g.underscore).
    2. Add -escchars to the User Command Line Options field on Setup->Environment in ADE

    The first is probably my preference; whilst the second works, I'm not entirely sure what it might break by turning "escchars".

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to Andrew Beckett

    Also just realised that this came up a while ago in this post (I hadn't come up with the -escchars trick then though).

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to Andrew Beckett

    Also just realised that this came up a while ago in this post (I hadn't come up with the -escchars trick then though).

    • 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