• 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. Digital Implementation
  3. How to read synopsis directives in RTL compiler

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 91
  • Views 14501
  • 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

How to read synopsis directives in RTL compiler

Jai Mahankud
Jai Mahankud over 15 years ago
Hi, I have a verilog file in which synopsis directives are used "set_size_only find(cell, INST0)". While I compile & elaborate this file in RC, it does give error "could not interpret the SDC command. Please anyone suggest me how to read this directive in RC. Thanks, jai
  • Cancel
  • grasshopper
    grasshopper over 15 years ago

    Hi Jai,

    set_size_only is not an SDC constraint as per the latest SDC specification (1.8) hence RC (nor most tools out there) support this. RC does have an attribute 'preserve' that can accomplish the same task but it would require the user to rewrite does constraints. For the case you mentioned, it would read something like

     set_attribute preserve size_ok [find / -inst INST0]

    I suggest your SDC files only include SDC commands if you want to ensure all tools read them cleanly.

    regards,

    gh-

    • 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