• 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. OceanScript Postsim Net Name

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 145
  • Views 16782
  • 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

OceanScript Postsim Net Name

Freddyyyyyyy
Freddyyyyyyy over 6 years ago

Hi all,

I encounter a problem when using Ocean Script run post transient simulation.

As in the extraction file, some nets have format like "XI33<2>/abc/net5" and "X12/net1"

I can check the net waveform in VIVA. But once I try use OceanScript to get its value, as v("/XI33<2>/abc/net5"), a warning comes up,

"The output '/XI33<2>/abc/net5' you selected does not exist. ".

But for net "X12/net1", all functions work. No warning or errors.

I guess its the name syntax causing this issue.

Could anybody tell me the right syntax? 

  • Cancel
Parents
  • ZoltanT
    ZoltanT over 6 years ago

    I recall that there are some differences btw ADE's VT, VF, etc. functions net access convention and the pure v("" ?result ) notation. Try v("XI33<2>/abc/net5").
    Otherwise check the results of the output() command.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Freddyyyyyyy
    Freddyyyyyyy over 6 years ago in reply to ZoltanT

    Thanks for your reply. I have check the net return in outputs(). The net name is exactly "/XI33<2>/abc/net5". But v("/XI33<2>/abc/net5") still cannot work.  And I have tried v("XI33<2>/abc/net5"). Not work either.  Any other suggestions?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • ZoltanT
    ZoltanT over 6 years ago in reply to Freddyyyyyyy

    It is very strange. I do not know the solution, but I think the <> symbols seems to be possible suspects. I would just write "_2" instead of <2>, but it might be the spectre syntax.

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

    Check what outputs() returns compared with outputs(?map nil) which will show the raw simulator names. You could compare the two by doing:

    foreach(mapcar (sch sim) outputs() outputs(?map nil) list(sch sim))

    which will give you a list with both. I'm a bit surprised the name doesn't work if it's in the outputs() list. Are you doing v("/XI33<2>/abc/net5" ?result 'tran) ? Note you can't just omit the initial slash because that will mean it's expecting a netlist name and then the hierarchy separator is dot - the outputs(?map nil) will tell you the raw names you can use instead.

    A few other questions:

    1. Which IC subversion (getVersion(t) will tell you) and spectre subversion are you using (the simulator log file would tell you that)?
    2. In ADE what output format do you have in Outputs->Save All. Pick psfxl if you can rather than sst2.
    3. Is this a schematic-based simulator or are you simulating post-layout? If so, how are you including the post-layout netlist? (extracted view? DSPF somehow?)

    Regards,

    Andrew.

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

    Thank you Andrew. It works now.

    Yes I used v("/XI33<2>/abc/net5" ?result 'tran) before. As I try your suggestion, the net name returns in outputs(?map nil) is XI33\\<2\\>\\/abc\\/net5, and v("XI33\\<2\\>\\/abc\\/net5") can work.

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

    Thank you Andrew. It works now.

    Yes I used v("/XI33<2>/abc/net5" ?result 'tran) before. As I try your suggestion, the net name returns in outputs(?map nil) is XI33\\<2\\>\\/abc\\/net5, and v("XI33\\<2\\>\\/abc\\/net5") can work.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Freddyyyyyyy

    That's a bit strange - not sure why you're having names with embedded slashes - I've only see that if the design was an extracted view or file from some non-Cadence extractor. If it's not that, please contact customer support so that we can investigate why this is happening.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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