• 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. Diff Symbol views

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 12964
  • 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

Diff Symbol views

rajivsub
rajivsub over 16 years ago

Hello -

I am trying to write a script that will diff two symbol views. This is needed for library validation.

Before I try doing this in SKILL, wanted to see if there was anything generic that already exist to do this. Any ideas if there are already code snippets for this or if there is a SKILL function to do so?

Thanks much.

  • Cancel
  • skillUser
    skillUser over 16 years ago

    Hi,

    Typically this is done for layout views.  I understand a common technique for layout is to perform an XOR (exclusive-OR) of the two views and any output is the result of differences between the two input views.  However, I am not sure if you can use the dbLayer* functions for a schematic view, I have not tried this.  There is a dbLayerXor() function:

      dbLayerXor(
     d_cellViewId
     t_layerName
     l_dbIdList1
     l_dbIdList2
     [x_numVertices]
     [g_mfgGrid]
    )
    => l_dbIdList

    Try it out and look at the documentation for more information if needed.

    I hope that this helps you.

    Best 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