Forum Discussion
XCui0
New Contributor
7 years agoInitialization file when infer a RAM IP
Hi, I am using VHDL code to infer a RAM IP of stratix 10. There are two choices to initialize RAM: use a function as provided by the VHDL template, or use attribute as shown in following: type mem_...
CheepinC_altera
Regular Contributor
7 years agoThanks Steven for the guidance.
Hi Xin,
As I understand it, Quartus will expect you to specify the mif file whenever you specify the ram_init_file attribute. The current available workarounds would be as discussed above by Steven:
- Use RAM IP
- Use VHDL infer RAM but no specify the init_file attribute
- Use the conditional attribute
Sorry for the inconvenience.