- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys.
I am having problem with my project. I have used lpm_rom for my design. My lpm_rom contents data of my image. And now I dont know how to read the data on ROM. Kindly help me. ThanksLink Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try check on Quartus II help, Quartus II Help v15.0 > lpm_rom Megafunction, to see if it is helpful?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What exactly are you having a problem with? a rom is just a memory - you provide an address and you get a value out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Tricky.
I want to display contents in my lpm rom to VGA monitor. I have read some information on internet. They said I need to " to read the ROM include two counters, index_column and index_row". And now I dont know how to make two counters, index_column and index_row". Thanks for your help.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Counters are in just about every basic VHDL tutorial.
And to display it on a monitor, you'll need a controller for all the VGA timings (again, lots of counters)- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean VGA controller? I already have tried to display very basic tutorial display blue color on VGA monitor. I already successfully did it. But now, I'm confuse about display content in lpm rom on VGA monitor. I already did the .mif file for my image. Which part should I edit for my design? Do you have any tutorial similar with my problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know if a tutorial. It you already wrote a vga controller, then all you need to do is present the days from the rom at the correct time. So just use a row and column counter as the address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry Tricky.
What do you means by " present the days from the rom at the correct time"?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, present the data from the rom at the correct time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I dont really know what you want. You synchrose your code with the VGA controller, so that you always know what pixel is being played out on the screen. then you can fetch the correct pixel from the rom.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page