• 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. placing layers with special properties

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 13443
  • 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

placing layers with special properties

Adhil
Adhil over 13 years ago
Hello My dear skill users and masters I was wondering whether we could use skill to design layers that could prevent a specific segment of lets say a M1 polygon that overlaps our layer from being streamed out. for example. i would code in a layer B i place a rectangle of this layer on a layer A path when i stream out, on the gds, the layer A path would miss a segment that was previously under the layer B rectangle. the layer B rectangle doesnt get streamed out. Adhil.
  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Personally I don't like this idea - it could be rather confusing/misleading to stream out something different from the drawn shapes in the database. Also, it's not going to handle hierarchy - so often this thing is better handled by a physical verification tool (in much the same way you'd do dummy pattern fill in a physical verification tool).

    If you really want to do it, you can use poPreTranslate to do this - you need to define a function to do this. This is new in IC615.

    Some existing examples:

    http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11758568

    http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11739836

    http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11714840

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Adhil
    Adhil over 13 years ago

    hello andrew

    I believe that the samples that you shared deletes specific objects from cells before the cell is streamed out. isn't there a way to mask the object rather than deleting it?

    Adhil

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

    Adhil,

    You need to modify the database (which can be done in memory only, so it's not persistent) - and then stream out will translate everything that remains. That means either deleting the shape, or producing a modified version of the shape (e.g. with dbLayerAnd, and then deleting the original shape).

    As I said, I personally think this is bad practice.

    Regards,

    Andrew.

    • 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