01-05-2019, 07:14 PM
Hi Jac
For 567 lines, in the above snippet of code from the file out_405 you will need to change the values "16" and "17"
if (V_COUNT = 16 or V_COUNT = 17) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
Possibly changing to
if (V_COUNT = 18 or V_COUNT = 19) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
may work.
If not you could try some different values.
Frank
For 567 lines, in the above snippet of code from the file out_405 you will need to change the values "16" and "17"
if (V_COUNT = 16 or V_COUNT = 17) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
Possibly changing to
if (V_COUNT = 18 or V_COUNT = 19) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
may work.
If not you could try some different values.
Frank







