Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCVI and vid_datavalid at separate syncs
Hi to all of you, I#m trying to bring up a self-made board. I have an Cyclone IV E. The FPGA is used only for Chroma Resampling from 4:4:4 to 4:2:2. At the moment I try to use an Tes...
Altera_Forum
Honored Contributor
14 years agoHy Anja,
Try this: data_valid <= '0' when ((H = '1') or (V = '1')) else '1';