• 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. layer coordinates

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 15616
  • 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

layer coordinates

marbs
marbs over 15 years ago

 

How can I find the coordinates of a certain layer in my layout

by using SKILL ?

Any help are appreciated.

 

 

  • Cancel
  • IC Layout
    IC Layout over 15 years ago

     Hello! marbs,

    select the desired layer and type the following in CIW window..

    geGetSelSet()~>??

    with the above line you will find all the attributes/properties  ...

    eg: geGetSelSet()~>bBox

    If you know the attribute/property name you can also try this below line...

    dbGetq(car(geGetSelSet()) "bBox")

    Best regards..

    Prabhakar. K -- Layout Engineer 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 15 years ago

    Hi,

    I will add a little to what Prabhakar said though it is correct that ~>?? will show you all of the attributes and their values belonging to a database object. To be explicit, the ~>points attribute will give you the coordinates of a polygonal shape, and ~>bBox can be used for a rectangular shape. Other shapes, for example a donut, have other attributes such as innerRadius and outerRadius, so the answer to the question will depend on what type of shape you have.

    Also, you may be wanting to find shape information based on the name of a layer-purpose pair, rather than selecting a shape in the layout. In this case, you can query based on the LPP object as a starting point, for example the following will show bounding box information for all shapes on the ("metal1" "drawing") layer-purpose:

    
      lpId = car(setof(lp geGetEditCellView()~>lpps lp~>layerName == "metal1" && lp~>purpose == "drawing"))
      lpId~>shapes~>bBox
    

    I hope that this information also helps!

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • gparasiliti
    gparasiliti over 14 years ago

     Hi,

    where can I get a skill code example to put in a txt file all cordinates based on layer-purpose pair?

     

    Thanks,

    Giuseppe 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Hi Giuseppe,

    The coordinates of what?

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 14 years ago

     Hi Giuseppe,

    Do you mean the coordinates of each shape on a specific layer purpose pair?

    If this is the case then you would find the appropriate layer-purpose pair object and then iterate over the shapes of that, if a polygon simply write the points, if a rectangle then derive the points (a "rect" is defined by its bBox which is only two points, lower left and upper right), and if antoher shape, say a path, do what? For a path the points could be derived also, though you might need to take account of the path end style (flush, extend etc.)

    Can you clarify what you are looking for exactly?

    Regards,

    Lawrence.

    • 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