VIP - Communication between Frame buffer and SDRAM
Hello.
I'm new to VIP suite. I would like to design a chain that consists of CVI -> Clipper -> Scaler (Upscale) -> Frame buffer -> CVO.
The frame buffer is needed for frame conversion from 50 Hz to 60 Hz. I have two questions.
1) Which selection should i enable in order to configure the input and output frame rate? run-time writer control, or run-time reader control?
2) I see that the buffer has 2 channels for memory, one for reading and one for writing. How do I manage the controller since the DRAM is single port? Does the buffer request to read and write at the same time or sequentially?
Thanks in advance.
Thanks for the answer. Eventually the frame buffer worked.
I used the SDRAM controller IP and I just connected both read and write channels to the controller input, so the platform designer made the necessary arbitration logic.