Altera_Forum
Honored Contributor
13 years agoAvalon Streaming new component in SOPC (VHDL)
Hello everyone,
I am trying to create a new component to be integrated in the SOPC builder which performs, as a start, a color inverting operation. I've built a system using Test pattern generater and Clocked video output and I managed to create a dummy core that streams the data between the two cores. After reading the avalon streaming specifications I come out with the following : - The valid RGB data coming out from the TPG is asserted when valid=1 and reday=1 - The data contains the RGB informations When I tried to invert the signal (when valid = 1 and ready = 1) by pressing a switch I get nothing on the screen ! Would please help me out with how to decode that data coming from the ST source into RGB in order to know the exact value of the pixel ? Best regards