• 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. Need a Skill code to check Nwell ,NP,PP layers are alli...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 144
  • Views 1835
  • 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

Need a Skill code to check Nwell ,NP,PP layers are alligned

srikanth051
srikanth051 over 16 years ago

Hi

 

I am very new  to skill can any one help me with the Following requirement ,

 In a given layout to check wheather the Nwell,NP,PP layers are alligned or Not ,if Not need to return the Coordinates to a calibre database.That can be easily loaded to Calibre -Rve

 Thanks

Srikanth 

  • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 16 years ago

     Hi Srikanth

    I cannot answer on the question on the Calibre format as it is proprietary. This is a geometry analysis problem so you may want to look at using Calibre to do the work. If not, process the layers through the hierarchy, use boolean operations between them and format them into Calibre format..

    I can give you the flow but you will have to write the program yourself. Look at some of the source on SourceLink as an example.

    1. Find all the objects on each layer at all levels of the hierarchy using dbGetTrueOverlaps:

    nwellFigures = dbGetTrueOverlaps( topCv topCv~>bBox  "Nwell" 0:32 )

    dbGetTrueOverlaps returns a list of database keys, if the object is represented by a list,  that object is a nested object and you have to develop the transform based on the placement. See dbConcatTransform.

    2. Open a scratch view to copy the data to for further processing:

    newCv = dbOpenCellViewByType( topCv~>libName topCv~>cellName "scratch" "maskLayout" "s" )

    3. Copy each shape into the new scratch cellView. 

     dbCopyFig( figId newCv {transform} )

    4. When all the layers are copied, execute a boolean such as dbLayerXOR to find any misalgnments. Then pick up the results, figure by figure and reformat the points into Calibre format.

     Ted

    • 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