• 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. possible for "virtuoso" command line SKILL script execution...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 146
  • Views 2428
  • 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

possible for "virtuoso" command line SKILL script execution to output to STDOUT?

MOSFET
MOSFET over 4 years ago

Suppose I have the following command to call a SKILL script:

virtuoso -nographE -nocdsinit -replay mywrapperscript.il

mywrapperscript.il contains the following:

(load "myscript.il")

(foo "arg1" "arg2" "arg3")

exit

When I run the virtuoso command at the top of my post, nothing is printed to STDOUT, regardless of whether or not the script runs successfully.  The only way I know to get any output is to add the "-log <filename" option to the virtuoso call above.  Is there a way to have the virtuoso command print everything to STDOUT?  Running "virtuoso -help" doesn't show any such option, but I just wanted to ask here in case I was missing something.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    If you use -restore rather than -replay it will do what you want. Given that -replay is primarily to replay an existing log file for (say) QA or test case reproduction purposes, there's not really a need (normally) to display the output as well as to a log file. The -restore option was mainly intended for restoring a "session file" (saved via Options->Save Session) which restores windows etc, but in practice it's just like running and then doing load("mywrapperscript.il") after startup.

    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