Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVIP Scaler and Clipper usage
Hi, I've tested the following three design flows in SOPC builder and they work: 1. CVI(1920x1080@60Hz) -> Clipper(1680x1050) -> FrameBuffer ->CVO(1680x1050) 2. CVI(1920x1080@60Hz) -> Scaler...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Hi dbdeset; I have the same design to do. cvi->clipper(900x1080)->scaler(1920x1080)->fb(1920x1080)->cvo(1920x1080). How can I do to get it working? thx. --- Quote End --- hi, you have to place the fb between the clipper and the scaler like vgs wrote... first try using a testpattern-generator and then develop your system step by step.... --- Quote Start --- Since this is an upscale, I would guess that the scaler is applying quite a lot back-pressure on the clipper which in turns applies back-pressure on your input and overflows it. Maybe you could try putting the frame buffer between the clipper and the scaler? --- Quote End ---