Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
21618 Discussions

Can Intel FPGA remove BRAM initialization from the bitstream

SNg00
Beginner
1,108 Views

To save Flash storage, can we generate a design bitstream without having BRAM initialization since the design not require ROM?

0 Kudos
1 Reply
JohnT_Intel
Employee
1,040 Views

Hi,

 

Are you referring to embedded memory? If yes, if you didn't include any memory initialization on your design then it will be default to 0. You may refer to chapter 3.4 of https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/stratix-10/ug-s10-memory.pdf.

The bitstream generated is always compress and this will be the smallest bitstream generated when memory initialization is not used.

0 Kudos
Reply