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_...
XCui0
New Contributor
7 years agoThanks a lot for your help. It is good to know that a valid .mif file is required when attribute is used. Now we decide use a workaround to give a default .mif file when the generic of init_file is set to "UNUSED", and give the init_file otherwise.
Xin