• 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. Logic Design
  3. TIP OF THE MONTH: How can I compare unreachable logic? Conformal...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 61
  • Views 5957
  • 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

TIP OF THE MONTH: How can I compare unreachable logic? Conformal LEC doesn't map nor compare it.

archive
archive over 18 years ago

How can I compare unreachable logic? Conformal LEC doesn't map nor compare it.

Important note: the settings discussed below make Conformal more picky than it really needs to be for regular EC. Do not employ them as default settings but, only when absolutely needed.

Unreachable logic is logic that doesn't affect the functionality of the design. Unreachable FF's and latches will appear in the mapping manager as yellow dots with a "U" inside. Since these compare points don't change the functionality they are not mapped nor compared by Conformal LEC. Typical unreachables: disabled logic (constraints), spare gates, or unconnected logic in the RTL (which synthesis will blow away).

There are times when you may want to compare unreachable logic. For example, if you are checking an IP block, have little knowledge of its functionality, and don't know if the unreachable logic should be unreachable. Also, it may also make it easier to debug the design with unreachables mapped and compared.

To preserve, map, and compare unreachable logic, do the following: When reading in your design, use the "-keep_unreach" option:

read design rtl.v  -golden  -keep_unreach 
read design gate.v -revised -keep_unreach
After you've read in the designs but before mapping, issue the following command:
set mapping method -unreach
The unreachable logic should now get mapped and compared.


Originally posted in cdnusers.org by darylk
  • Cancel
Parents
  • archive
    archive over 17 years ago

    Hello Ali,

    I don't think this module has any problem.  The result of the comparison for this module is equivalent.

    ==================================================
    Compared points    PO    DFF    BBOX    Total
    --------------------------------------------------------------------------------
    Equivalent                28    49         1        78
    =========================================
     
    To be able to map all the unreachable, the keypoints must be existing on both sides.  Just like default flow. In your case, the unreachable key points are only in the revised.  There are nothing to map with from the Golden.

    Hope this helps. 

    Regards,
    Jess


    Originally posted in cdnusers.org by jessican
    • Cancel
    • Vote Up +2 Vote Down
    • Cancel
Reply
  • archive
    archive over 17 years ago

    Hello Ali,

    I don't think this module has any problem.  The result of the comparison for this module is equivalent.

    ==================================================
    Compared points    PO    DFF    BBOX    Total
    --------------------------------------------------------------------------------
    Equivalent                28    49         1        78
    =========================================
     
    To be able to map all the unreachable, the keypoints must be existing on both sides.  Just like default flow. In your case, the unreachable key points are only in the revised.  There are nothing to map with from the Golden.

    Hope this helps. 

    Regards,
    Jess


    Originally posted in cdnusers.org by jessican
    • Cancel
    • Vote Up +2 Vote Down
    • Cancel
Children
No Data

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