Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Inputing Data to FPGA

Altera_Forum
Honored Contributor II
1,079 Views

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!!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
392 Views

a uart would probably be the easiest. Either implement your own core or have a look on opencores.org for one.

0 Kudos
Altera_Forum
Honored Contributor II
392 Views

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.

0 Kudos
Reply