Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

Sending Avalon ST to FPGA pins

Altera_Forum
Honored Contributor II
997 Views

Hello, 

 

We are using the frame buffer in our SOPC builder system. 

 

It is required to take the output of the frame buffer (data and control -avalon sT video-) on FPGA pins; so as to be taken to another embedded system. 

 

Do any one knows one of the Altera's IP that performs this function. 

 

Thanks in advance 

 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
237 Views

I think you'll have to make your own component, with an avalon sink and an avalon source interfaces. Just connect the two of them in your code, and in the SOPC component creator, declare the source interface as a conduit. It will be mapped as pins on the SOPC system.

0 Kudos
Reply