--- Quote Start ---
I think you'll have to make a custom component for that, with one sink and two sources. Just connect all the signals from the sink to both sources, and for the 'ready' signal, do an 'and' between the signals from the two sources and put the result on the sink. I think it should work.
Depending on what you connect your component to, you may need to put some FIFOs to handle the cases when your two IPs aren't ready at the same time.
--- Quote End ---
Hi again,
I have another question.
For the timebeing I'w placed a custom splitter between the deinterlacer and two clocked video outs. For the 'ready' signal of the two clocked video outputs I'm using 'and' in order to provide it to the deinterlacer 'dout' source.
The clocked video outputs are driven by a 27MHz clock in the SOPC design, however they are using different clocking clocks, one is operating at 27MHz(NTSC) and one at 40MHz(VGA). The framerate for both output formats is at 60Hz.
As of now, I haven't tryed clocking the frames out to screen (just got my hardware), but will this setup work properly or could there be issues with regard to the different video output clocks ?