Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Any answer??? any idea???
- Altera_Forum
Honored Contributor
How did you infer your memory in your custom component? If you used an altera memory component, then you can use a parameter to control what file to use to init the contents.
Have a look at the recommended hdl coding styles (www.altera.com/literature/hb/qts/qts_qii51007.pdf) pages 11-33 and over. Alternatively you can also use code generated by the megawizard. - Altera_Forum
Honored Contributor
I load a .mif file created by me using the megawizard of the ALT_ROM memory...
- Altera_Forum
Honored Contributor
so....where should I insert this .mif file in my sopc system????
- Altera_Forum
Honored Contributor
the .mif file should be called by the hdl code generated by the megawizard, you don't need to include it in SOPC builder. Just include your custom component in SOPC builder as any other one.