• 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. Extract the list of devices used in the layout

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 3666
  • 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

Extract the list of devices used in the layout

Vishesh Gupta
Vishesh Gupta over 1 year ago

Hi,

I submitted a layout design for the tapeout. The company wants to confirm that they are using the correct flow and therefore  want  to extract the list of devices (pcell names) used in my design. Can someone help me how could it be done?

Thanks and Regards,

Vishesh

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    Vishesh,

    The simplest way (without needing to write any SKILL code) would be to use either the UNIX "fastTree" command (if you run without any arguments it will tell you how to use it) or in the CIW Tools→Print Hierarchy Tree. You could take the output file from this and then process the result to find all the cellViews from your PDK. For example:

    fastTree -lib ether -cell top -view layout
    awk '$1=="gpdk090" { print $1,$2,$3 }' top.layout.tree | sort -u

    outputs the hierarchy from ether/top/layout and then processes it to find all the cellViews from gpdk090 - here's the output:

    gpdk090 nmos1v layout
    gpdk090 nmos2v layout
    gpdk090 nmoscap2v layout
    gpdk090 nmoscap2v3 layout
    gpdk090 pmos1v layout
    gpdk090 pmos2v layout
    gpdk090 pmoscap2v layout
    gpdk090 resm2 layout
    gpdk090 resm3 layout
    gpdk090 resnsppoly layout
    gpdk090 vpnp5 layout

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Vishesh Gupta
    Vishesh Gupta over 1 year ago in reply to Andrew Beckett

    Hi Andrew,

    Thanks a lot for the reply. It exactly solves my problem.

    Best Regards,

    Vishesh

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Vishesh Gupta
    Vishesh Gupta over 1 year ago in reply to Andrew Beckett

    Hi Andrew,

    Thanks a lot for the reply. It exactly solves my problem.

    Best Regards,

    Vishesh

    • 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