- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I'm working with image processing.
I have the main blocks working properly on simulation, so now I want to try it on a real FPGA. I'll use an Altera DE1 or DE2 Kit. My question is, whats the best way to send data from the PC to the ram memory of the kit? I was thinking about USART, since I use that with the PIC microcontroller. Is that an nice way to do what I'm looking for? And what's the easiest way to do that communication? There's some ready to use USART library, like with microcontrollers? I'm really new with FPGA communication, so I hope someone could give me some enlightenment. OBS.: For now I'm just focusing in one frame. One the future i'll try to make some video processing. I'd really appreciate some help... Thank you very much!!Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a uart would probably be the easiest. Either implement your own core or have a look on opencores.org for one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also use the DE2_Control_Panel to write files to the memories of the Kit before launching your own program. It's one time memory initialization but much quicker than uart.

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