• 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 add output signals in ADE XL using "Ocean Measurement...

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 3768
  • 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 add output signals in ADE XL using "Ocean Measurement Script"?

rickyuexu
rickyuexu over 8 years ago

Dear all,

After browsing ADE XL SKILL manual, I found that ADE XL provides a function axlAddOutputSignal(). So I tried this script and load it in ADE XL as an "Ocean Measurement script":

session = axlGetWindowSession()
testname = "test:inv_tb:1"
axlAddOutputSignal(session testname "I0.T0:s" ?type "terminal" ?plot t ?save t)

After running the simulation, in Results Browser, I cannot find "I0.T0:s", which I specified. Is there something else I need to do?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    First of all I don't think you'd add this as an OCEAN measurement script, because that normally is run in the "ICRP" - which is a background process and won't have access to the window session. You would just enter these functions in the CIW.

    However, I think you have to specify the output signals using the schematic name rather than the netlist name. I just tried this, and what happens is that it gets added, but with the plot and save turned off, and you can't turn them off. You would have to use "/I0/T0/s" (or whatever the terminal name is for T0 if it's not "s" on the schematic/symbol).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • rickyuexu
    rickyuexu over 8 years ago
    Thank you for your quick reply, Andrew.
    In fact, in my case, I0 is a spectre netlist, not a real schematic. Therefore, I cannot select terminals or nets using GUI. Neither can I directly input the net or terminal's name in the test editor (even if I do this, ADE XL doesn't allow me to tick 'save' or 'plot'. This is why I want to find a way to specify the nets/terminals I want to save. I already know if I run the whole simulation using Ocean script, I can do that. But what if I still want to use ADE XL? Is there any way I can do this? Thanks.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    You'd need to add an include file (e.g. as a model file, or a definitions file) in the setup where you have a spectre save statement in the include file (say called "saves.scs" - make sure it has a .scs suffix so it's interpreted in spectre syntax):

    save I0.T0:s

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • rickyuexu
    rickyuexu over 8 years ago
    Thank you very much. This is exactly what I want!
    • 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