• 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. E Gates

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 61
  • Views 14730
  • 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

E Gates

archive
archive over 17 years ago

After the mapping phase of an RTL to Gate compare I see compare points that are of type 'E' in the RTL, what are these points? The doc explains that these are TIE-E gates but I'm not exactly sure what this is.


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

    Hi

    E gates are how we model X's in the revised. You shouldn't be seeing them in the RTL since RTL should be read in as the golden design.

    The default settings in Conformal are:

    set x conversion DC -golden
    set x conversion E -revised

    Which means:

    golden revised result
    X X or 0 or 1 pass
    0 0 pass
    1 1 pass
    0 1 or X FAIL
    1 0 or X FAIL

    If you want it more strict, where there is requirement that the don't-care spaces be the same in both designs, you can use:

    set x conversion E -both

    golden revised result
    X X pass
    X 0 or 1 FAIL
    0 0 pass
    1 1 pass
    0 1 or X FAIL
    1 0 or X FAIL

    This would be used, sometimes, for RTL-RTL. Not for RTL-gate nor gate-gate.

    A final warning: you better know what you're doing if you use any other settings for 'set x conversion'. Same warning applies to 'set undriven signal'. You can make the tool too loose very easily.

    Chrystian


    Originally posted in cdnusers.org by croy
    • 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