• 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. Multiple gds expot method

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 145
  • Views 14582
  • 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

Multiple gds expot method

Jake Shy
Jake Shy over 7 years ago

Hi,

I need the help of skill experts.

I want to stream out multiple gds files once.

(There are at least 10 files.)

If possible, I would like to use the skill to export it at once.

Now I'm using thie cadence version. (6.1.6)

Please help me.

Thanks,

  • Cancel
Parents
  • mschw
    mschw over 7 years ago

    Hi Jake,

    you can stream out GDS from the terminal  using the command strmout. Just type strmout in the terminal and you can see all parameters it expects. If you want to trigger strmout from Virtuoso, an IPC might be a appropriate solution.

    Regards,

    Matthias

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

    There are already SKILL functions to do this (no need to use IPC). xstSetField to set up what you want to stream out, and xstOutDoTranslate to do the stream translation. I suggest you look for these in the documentation (or if using IC617/ICADV123 you could use cdsFinder to find these functions, and then the More Info button to take you to the full help).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Jake Shy
    Jake Shy over 7 years ago in reply to Andrew Beckett

    Hi Andrew,

    Thank you for your reply.

    But I want to get detailed skill script support about this.

    Is it possible?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Jake Shy
    Jake Shy over 7 years ago in reply to Andrew Beckett

    Hi Andrew,

    Thank you for your reply.

    But I want to get detailed skill script support about this.

    Is it possible?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • tweeksii
    tweeksii over 7 years ago in reply to Jake Shy

    Hi Jake,

    Your script would look something like this:

    foreach(libCellView libCellViews

        destructuringBind(libCellView (lib cell view)

            sh(lsprintf("strmout %s %s %s &" lib cell view))

        )

    )

    You can look up the detailed arguments to the strmout program yourself (if we just gave you the answer, what fun would that be?) :)

    I don't think you can use the xst* API to streamout multiple designs in parallel....

    • 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