Altera_Forum
Honored Contributor
16 years agoSOPC, Custom IP (Pass through) problem
Hi Everybody,
I have quartus 8.0 running on cyclone iii Board with bitec's hsmc dvi daughterboard on it. I have clocked video input (1080p60 dvi input) and clocked video output (1080p60 dvi output). I want to add a dummy component in between my input and output. At the beginning it will just pass through whatever comes by it, later on I am planning to do some easy XORing operations on the frame I am receiving. What I did was, I clicked on "Create new component" and used different templates to start with such as Avalon M-M Slave/Master, Avalon St-Sink/Source and added all the signals to it like, clk, reset, data, ready, valid, starofpacket, endofpacket. Regardless of which template I use, it always gives me the same error message : "the connection point has only some of the required packet signals" I am a newbie, so I am obviously forgetting to add some signals which are necessary for my custom component to communicate with Clocked video in an out but I don't know what I am missing. Can someone please guide me ? Thank you so much in advance , Tyler PS:I don't have the vhdl or verilog code for my custom component.