• 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. Get a .txt file as output in ADE-XL

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 15831
  • 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

Get a .txt file as output in ADE-XL

Matth83
Matth83 over 11 years ago

Hi All,

 I'm looking to display a .txt file as output in ADE-XL. I'm running an Ocean script on each corner which creates a text file (noise summary) that I can print directly (eg. ipcBeginProcess(strcat("nedit " outFile "&"))).

Actually, I'd like these files to be linked as outputs in ADE-XL, not being displayed automatically (that is, I'd like to open only the text files corresponding to the worst corners - having 20 or 30 report text files opened at the same time is pretty cumbersome).
It'd be better to only have to click on an output field of a specific corner to have it displayed. When using the above expression as output ('outFile' is the path of the output file, defined as a string output with axlOutputResults()), I only get a waveform window with a dot at (0 0) displayed when clicking on the output field.

 I've also tried adding another ADE-XL output to the script, but I got an MPS_ERROR with ipcUT (couldn't understand its meaning):

axlOutputResult(ipcBeginProcess(strcat("nedit " outFile " &")) "nsum.txt")
or
axlOutputResult(evalstring("ipcBeginProcess(strcat(\"nedit \" outFile \" &\"))") "nsum.txt")

By the way, when running the simulation without the script and reevaluating with the script afterwards, I get no error and clicking on an output field gives me back the waveform window (0,0) AND the text file... unfortunately, it's not very convenient to run the simulation and enable+reevaluate the script afterwards each time...

Thanks for your input,
Best regards,
Matthieu

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    You can't really do this with the OCEAN measure outputs. The reason is that during simulation, the OCEAN measure outputs are evaluated in the ICRP (i.e. the remote/background processes that ADE XL launches, which are run in -nograph mode) - so consequently you wouldn't be able to see the window anyway (assuming that it worked).

    A better approach would be to add a right mouse button menu over the ADE XL output pane, so you could do RMB->Show Results. The problem with this (slightly tricky) approach is that you can't really set it up per ADE XL view - you'd have to implement a central capability which you then either use or not use each time.

    Alternatively, a trigger at the end of the simulation could be set up to find the worst case results and then automatically display the log files via some criteria.

    If you want more on this kind of approach, please contact customer support - if whoever you speak to needs more information on how to implement this (I've implemented similar but not identical things already, but they would need some modification before sharing), they can contact me internally.

    Kind 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