Forum Discussion
Altera_Forum
Honored Contributor
16 years agois it a bug in the SDI interface ip?
i use the SDI-INTERFACE IP to generate the HD-SDI signal. i first test the 1080i60 signal. use the SDI monitor to test the signal, i found the line number only encodered into the Cb/Cr's position , t...
Altera_Forum
Honored Contributor
16 years agotoday i changed the code,modified the SDI_IF as following:
sdi_if SDI_IF( ...... .tx_ln({tx_ln,tx_ln}), ..... ); then the problem was solved, the line number inserted into the right position. but the SDI MegaCore Function User Guide v9.0 page 3-27 said tx_ln signal when HD-SDI: bits 21:11 11'd0;bits10:0 LN. I suggest Altera should change this line to HD-SDI: bits 21:11 LN;bits10:0 LN. other defination i am testing .......