• 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. StrmOut from Virtual Memory

Stats

  • Locked Locked
  • Replies 13
  • Subscribers 143
  • Views 19207
  • 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

StrmOut from Virtual Memory

Yaosan
Yaosan over 15 years ago

I would like to make some modifications to my cellview in scratch view mode and stream that out directly from virtual memory. Is there a way for me to do it using SKILL i.e. without using the GUI (File > Export > Stream...)?

Thanks in advance!

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Yaosan,

    In IC614, this is easier. Streaming out from virtual memory can be properly done from the GUI without needing to type in a command line, and there's also SKILL support. You can do:

    xstSetField("library" "mylib")
    xstSetField("topCell" "mycell")
    xstSetField("strmFile" "mycell.gds")
    xstSetField("virtualMemory" "true")
    xstOutDoTranslate()

    Note the documentation for xstOutDoTranslate leaves a little to be desired - I've pushed for this to be fixed (I requested the ability to do this from SKILL, but it seems the documentation has not been done properly).

    In IC613, you need to fill in the field on the form with the same command line arguments you would give to the strmout command from the command line. e.g. "strmout -help". You could enter:

    strmout -library mylib -topCell mycell -strmFile mycell.gds

    in the field.

    There's no public SKILL function in IC613 to do the stream out from memory (you'll need to move to IC614 for that).

    Regards,

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Yaosan,

    In IC614, this is easier. Streaming out from virtual memory can be properly done from the GUI without needing to type in a command line, and there's also SKILL support. You can do:

    xstSetField("library" "mylib")
    xstSetField("topCell" "mycell")
    xstSetField("strmFile" "mycell.gds")
    xstSetField("virtualMemory" "true")
    xstOutDoTranslate()

    Note the documentation for xstOutDoTranslate leaves a little to be desired - I've pushed for this to be fixed (I requested the ability to do this from SKILL, but it seems the documentation has not been done properly).

    In IC613, you need to fill in the field on the form with the same command line arguments you would give to the strmout command from the command line. e.g. "strmout -help". You could enter:

    strmout -library mylib -topCell mycell -strmFile mycell.gds

    in the field.

    There's no public SKILL function in IC613 to do the stream out from memory (you'll need to move to IC614 for that).

    Regards,

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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