Altera_Forum
Honored Contributor
15 years agotrouble making a custom vip usign data_valid signal
Hi all.
I am trying to make a custom image processing block, it should be a kind of median filter. The problem is that between the input and the output of my median filter there is a latency of 6 clock. I was thinking of use data_valid as "clock" for my median block, so elaboration is performed only when there aree active pixel. But when the last pixel of the frame enters the block,data valid is deasserted - or it becomes the data valid of config packets. If I try to make longer processing, the latency incresaes, so i cant't perform an elaboration onto a complete frame. Someone has any hint, please? Best regards Phate.