• 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. EX-OR in between two layouts in virtuoso

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 142
  • Views 16524
  • 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

EX-OR in between two layouts in virtuoso

Sarvani
Sarvani over 13 years ago

 hi all,

       I need to do ex-or(which compares two layouts layers) oparation between two two layouts. How can i do it. Is there any scripts? What is my problem is I changed only metal layers in layout. I didn't change any other layers except metal layers. I need to conform only metal layers are changed in my layout. So I need to compare two layouts by using ex-or oparation. My version is IC5141.

 Thankyou.

  • Cancel
  • dmay
    dmay over 13 years ago

    Do you own any Diva/Assura licenses? If so, you can create a simple rule file to do the xor and run the ivDRC engine.

    Put the following lines in a files called /tmp/xor_rules (put one line in for each of your layers you want to check):
    drcExtractRules(
      saveDerived(geomXor(("metal1" "drawing")))
    )

    Create a cell view that has a placement of your "before" layout and your "after" layout right on top of each other. Then run this command in the CIW:

    ivDRC(?cell geGetEditCellView() ?echo t ?full t ?hier nil ?rulesFromUnix t ?rulesFilePath "/tmp/xor_rules")

    If you don't own Diva/Assura, then you'll need use your verification tool (Calibre, Hercules, whatever) and create a rules file with the appropriate xor rules. You can then follow the tools instructions for comparing two stream files. This is a fairly common operation.

    Derek

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

     hi Derek,

                  Wow. Great. It works superbly. Thankyou for spending your valuable time on my little doubt. Thankyou once again.

     

     

     

    • 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