• 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

    Hi Grasshopper,

    the distributed approach has an incremental tech mapping as you see. I cannot tell the reason for company reasons.
    I have removed the 4th part (generic synthesis) which leads that step 5 performs full synthesis. No, there is no change in the architecture.

    I think this selection happens during elaboration time. As you see, elab report tells me the architecture will be very_fast but report datapath tells me it is not. OTOH, RTL Compiler docs tell me that Booth arch is selected automatically only if WIDTH > 13. I don't have it here.

    Grasshopper, do you have specail Cadence env var or special attrib for that?


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

    Hi Grasshopper,

    the distributed approach has an incremental tech mapping as you see. I cannot tell the reason for company reasons.
    I have removed the 4th part (generic synthesis) which leads that step 5 performs full synthesis. No, there is no change in the architecture.

    I think this selection happens during elaboration time. As you see, elab report tells me the architecture will be very_fast but report datapath tells me it is not. OTOH, RTL Compiler docs tell me that Booth arch is selected automatically only if WIDTH > 13. I don't have it here.

    Grasshopper, do you have specail Cadence env var or special attrib for that?


    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