Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Data from mif file

Altera_Forum
Honored Contributor II
1,312 Views

Hi all. 

 

I have confusing about using mif file in my project. I have created mif file which is information about image. The first question is how to arrange the data since my data in matrix? I have certain information which is state about arranged it to array? Second question is how do I call this data to be display on VGA monitor? Here is my design for my project. Kindly help me please. Thanks in advance.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
578 Views

a .mif file specifes the data to be initialised to a memory (.mif = memory initialisation file). If the data is a matrix you should already know how you are arranging the data in the memory (probably using the msbs for the row address and lsbs for column)? 

If you need this data displayed, you need some way of reading the data from the memory. Usually, the job is done with simple row/column counters that synchronise to your VGA controller.
0 Kudos
Reply