Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Can Intel FPGA remove BRAM initialization from the bitstream

SNg00
Beginner
1,075 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,007 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