• 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. sub architecture selection

Stats

  • Locked Locked
  • Replies 13
  • Subscribers 61
  • Views 19096
  • 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

sub architecture selection

archive
archive over 18 years ago

In a block with deep asynchronous logic, there are some multiplier stages. I synthesized this block stand-alone and "report datapath" does not show me a multiplier architecture for it. Then I have applied following pragma:

assign some_prod[24:0] = {15'h0,some_term1[9:0]} * /* cadence sub_arch booth */ {{10{some_term2[14]}},some_term2[14:0]};

Please note the sign extension for the 2nd term.

Neither elab nor "synthesize -to_generic -effort high" shows me an information about this setting. The results with pragma above are without pragma are the same, ie. pragma does not seem to have an effect.

set_attr user_sub_arch booth [find / -design my_design]

does not work, because the attribute can be assigned only to subdesigns.

The reason why I do this experiment in a stand-alone synthesis is that the runtime of the complete system takes ca. 6 hours.

RC is v06.20-p003_1.

Can the HDL coding style affect the mechanism of inferring synthetic operators?


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

    Grasshopper,

    i have found the reason. The reason is the script I am using is setting input_pragma_keyword attribute a value other than default setting, which does not include the string "cadence" any more. Therefore RTL Compiler does not recognize the cadence inline pragma any more.

    When I keep the attribute input_pragma_keyword in its default value, I get Booth architecture, because RTL Compiler recognizes inline pragma keyword "cadence".

    When I change the value of this attribute in such a way that its value does not include string "cadence", RTL Compiler is unable to recognize the inline pragma keyword "cadence" and thus it does not infer Booth operator.

    But I will contact Cadence to tell them that neither read_hdl nor elaborate produces any message saying that it recognized the inline pragma in the default value of the said attribute.


    Originally posted in cdnusers.org by sporadic crash
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • archive
    archive over 17 years ago

    Grasshopper,

    i have found the reason. The reason is the script I am using is setting input_pragma_keyword attribute a value other than default setting, which does not include the string "cadence" any more. Therefore RTL Compiler does not recognize the cadence inline pragma any more.

    When I keep the attribute input_pragma_keyword in its default value, I get Booth architecture, because RTL Compiler recognizes inline pragma keyword "cadence".

    When I change the value of this attribute in such a way that its value does not include string "cadence", RTL Compiler is unable to recognize the inline pragma keyword "cadence" and thus it does not infer Booth operator.

    But I will contact Cadence to tell them that neither read_hdl nor elaborate produces any message saying that it recognized the inline pragma in the default value of the said attribute.


    Originally posted in cdnusers.org by sporadic crash
    • Cancel
    • Vote Up 0 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