SDI output transmitter with 2 standards
Hello,
We are working in a project based on Cyclone V family which include SDI II intel FPGA IP as SDI transmitter. We are generating the IP core as "Transmitter" with video standard "3G-SDI".
Our aim is to be able to work with 3G-HDI and HD-SDI switching between them on runtime (i.e. changing tx_std value). During our test we got successfull result with 3G-SDI, but when we tried HD-SDI we didn't had SDI output at all.
We would like to know if it is possible to work with both standards using only one IP core with the configuration explained before. Is there any consideration we should take into account and we may be missing? Instead of our proposed solution, would be better to use two SDI IPs one configured as HD-SDI transmitter and a second one as 3G-SDI transmitter and then multiplex de outputs?
Thanks in advance.
We were not properly managing tx_datain_valid signal for triple rate.
The easyest way to do it is to drive tx_dataout_valid directly to that imput.
Now we can switch between standarts perfectly.
Thanks for your support