• 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 19091
  • 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

    Try "report datapath" after elab (need to set_attr hdl_track_filename_row_col true before elab), it will show:

    Module Instance Operator Signedness Architecture Inputs Outputs CellArea Line Col Filename
    -----------------------------------------------------------------------------------------------------------------
    mult_unsigned my_mult/mul_45_21 * unsigned very_fast/booth(u) 5x10 15 9089.71 45 21 mult.v
    -----------------------------------------------------------------------------------------------------------------


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

    Try "report datapath" after elab (need to set_attr hdl_track_filename_row_col true before elab), it will show:

    Module Instance Operator Signedness Architecture Inputs Outputs CellArea Line Col Filename
    -----------------------------------------------------------------------------------------------------------------
    mult_unsigned my_mult/mul_45_21 * unsigned very_fast/booth(u) 5x10 15 9089.71 45 21 mult.v
    -----------------------------------------------------------------------------------------------------------------


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