Altera_Forum
Honored Contributor
16 years agoAvalon Streaming Sink / Source Interface Signals
Hi Everybody!
I want to create a new SOPC component (say, N1) connect to Clocked Video Output (a component in Video Image Processing Suite). I generated a dout port, which is Avalon Streaming Source Interface. The dout port contains five signals to match the Clocked Video Output component. The five signals are: data, ready, valid, startofpacket and endofpacket. But an error message showed in Component Editor: "Error: N1_dout: The connection point has only some of the required packet signals". Then I added an "empty" signal to my N1 component, the error message was gone. However, another error appeared in SOPC builder: "Error: N1_inst.dout/vga_out_inst.din: The source has a empty signal of 1 bits, but the sink does not". I know there is no empty signal in Clocked Video Output but when I deleted "empty" in my N1 component, above error (The connection point has only some of the required packet signals) comes again. Can anybody help me to solve this problem?