Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Inputing Data to FPGA

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!!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.