02-05-2019, 09:52 AM
Don't forget the 405/567 switch in this part of the design. It's possible to include it in the main 405/567 switch by doing something like this.
if (V_COUNT = VXX1 or V_COUNT = VXX2) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
and in the if/then/else add the alternative values for VXX1 and VXX2
if SW_8A = ???? then
VXX1 <= 16;
VXX2 <= 17;
else
VXX1 <= 18;
VXX2 <= 19;
end if;
if (V_COUNT = VXX1 or V_COUNT = VXX2) and ODD_FIELD then RD_EN <= '0'; else RD_EN <= AVID_LINE;
and in the if/then/else add the alternative values for VXX1 and VXX2
if SW_8A = ???? then
VXX1 <= 16;
VXX2 <= 17;
else
VXX1 <= 18;
VXX2 <= 19;
end if;
www.borinsky.co.uk Jeffrey Borinsky www.becg.tv