Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI'm trying to use the "FIR filter 2D" in the example project "vip_example_design_3c120" for the Cyclone III starter kit.
The RGB data has a width of 24-bit, the "FIR filter 2D" has a maximum width of 20-bit. I tried to split the signal into R, G and B (3x 8-bit), using three FIR 2D filters and then merge the 3x 8-bit signals into one 24-bit RGB-signal. By following the online course "Custom Components for SOPC Builder (Legacy Course)" I was able to create the "ready" and "valid" signals for my component. These signals don't show up as regular in- and outputs, contrary to my earlier attempt. (So this part of my problem is solved.) After connecting my new component to another component with a RGB-signal I got the following message: "The source has a startofpacket signal of 1 bits, but the sink does not" The same goes for the endofpacket signal. Best regards, Johan Palmen