Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
The mif format is explained in Quartus Help when you look up "mif". It's a rather simple format and you can probably write a script or small software on your PC that reads the bmp file and writes the contents to a text file to generate the mif. Alternatively you can use a hex conversion program such as srecord (http://srecord.sourceforge.net/) that knows how to export to the MIF format.
- Altera_Forum
Honored Contributor
I create the mif file from Quartus.
How to connect it with verilog and initial memory ? - Altera_Forum
Honored Contributor
The easiest way is to use the megawizard to create a ROM/RAM block. Then you can specify the .mif file to use for the block contents.