- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page