Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Does the Synthesis Summary Report include the I/O registers from embedded BRAM?

I am specifically interested in the "total registers" value from the report. Does it include the input/output registers that each RAM has or is that not included because those registers always exist even if you do not use the RAM in your design?

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    No. The 'Total Registers' value does not include the I/O registers in a RAM (for Cyclone IV anyway). As stated below the 'fitter resource usage summary' section of the '{project}.fit.rpt' report file:

    --- Quote Start ---

    * Register count does not include registers inside RAM blocks or DSP blocks.

    --- Quote End ---

    It's possible this is different for other families. However, I suspect not.

    Cheers,

    Alex
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    No. The 'Total Registers' value does not include the I/O registers in a RAM (for Cyclone IV anyway). As stated below the 'fitter resource usage summary' section of the '{project}.fit.rpt' report file:

    It's possible this is different for other families. However, I suspect not.

    Cheers,

    Alex

    --- Quote End ---

    Thanks for the info sharing.