• 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. How to use Layer Boolean Functions with hierarchical objects...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 142
  • Views 14281
  • 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 use Layer Boolean Functions with hierarchical objects?

archive
archive over 19 years ago

Hi, All.
If I want to use function

dbLayerAnd(
d_cellViewId
t_layerName
l_dbIdList1
l_dbIdList2
[ x_numVertices ]
)
 It seems that the function can not recognize hierarchical objects with list of IDs of hierarchical objects.
How can I use this function with hierarchical objects?


Originally posted in cdnusers.org by yujie290
  • Cancel
  • archive
    archive over 19 years ago

    You can't - these only work with database objects in the current cellView. You'd need to flatten first, or use a verification tool (e.g. Diva, Assura) to do the layer manipulation. You could use dbFlattenInst() to bring everything to the current cellView, or copy the source shapes to dummy shapes in the top cellView and then work on those.

    I've used a flow in the past where I've used dbGetOverlaps to find hierarchical shapes, work out the transformation by concatenating all the transforms, and then use dbCopyFig to copy into the top level cellView, and then use dbLayerAnd on these shapes - and then delete the "flattened" copies.

    Regards,

    Andrew.


    Originally posted in cdnusers.org by adbeckett
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    Hi Andrew,
    Could you please elaborate more on how to do layer mainpulation in Assura?

    Thanks in advance,

    Tom


    Originally posted in cdnusers.org by tommyng
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 18 years ago

    You'd use the usual layer functions in an Assura rule deck, e.g. geomAnd, geomOr etc (see the documentation for a complete set of functions) and then use the outLayer function to output shapes to a particular layer. You can control where the output database gets written too (best to consult the documentation though).

    Regards,

    Andrew.


    Originally posted in cdnusers.org by adbeckett
    • 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