• 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 Design
  3. How to flatten GDS by stream out or Command

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 10703
  • 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 flatten GDS by stream out or Command

MollyMeow
MollyMeow over 4 years ago

Hi,

I used follow skill but  db not flatten

procedure( flatten( lib cell view)

let((cvId)

foreach(via cvId~>vias dbFlattenInst(via 32 t nil nil nil t nil t))

foreach(inst cvId~>instance dbFlattenInst(inst 32 t nil nil nil t nil t))

);procedure

also try the command in Linux but fail 

strmout -library try -strmFile try.gds -logFile strmOut.log -summaryFile summary.log -flattenPcells -flattenVias 

(error : Command not found)

(use IC5141)

If anyone know the solution/fix for this problem, please let me know..

reguards,

Molly

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    Molly,

    Your flatten function won't do anything, because you've got a local variable cvId which is never assigned - so it will be nil. It never opens the cellView! Secondly, in CDB (the database used in IC5141) there is no cv->vias attribute - that was added in OpenAccess.

    The "strmout" command also doesn't exist in IC5141 either - it was called "pipo" and took different arguments (covered in the documentation and I'm sure in many other posts on this forum - there are some "related thread" shown below this post and you can also search for "pipo" in the forums too).

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • MollyMeow
    MollyMeow over 4 years ago in reply to Andrew Beckett
    Thank you for the information.It's really help a lot.
    I am a junior just learned the skill not long ago.
    Sorry for my bad grammar.English not very well..

    Thanks again
    Molly


    • 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