Forum Discussion
sstrell
Super Contributor
4 years agoIt's an FPGA, so you can program the contents of memories with whatever values you want when you program the device. You need to associate a .hex or a .mif file with a particular memory for this to work, and you can do that in the IP parameter editor for the memory or with a synthesis attribute in your HDL code.
If you don't have a .hex or .mif file, make sure you disable memory initialization in the parameter editor.