Hello,
I have made a Simulink model with HDL Coder blocks. The input to the model is video and output is also a video. During latching the output I am facing an error regarding the correct size of the frame.
I want the output of the and gate to control the output to the pixel to frame converter like shown in below. But it can be seen that the model throughs the error and display "?" in the output of the AND gate.
As when I remove the connection and gives a constant value to the switch as shown below then it works.
But I would like to control the flow of pixel by switching by AND gate output. Please suggest me a workaround or solution to this problem.
Thank you