MATLAB: How to profile an HDL Subsystem

Embedded CoderHDL Codersimulinksimulink coderxilinx zynq

I have a SIMULINK Model with a Subsytem which is running in PL. I would like to know its speed in terms of clock frequency or FramePerSecond (it is an image processing algorithm).
Any feedback or suggestion are accepted.
Thank you.
Best

Best Answer

If you synthesize your HDL design in the appropriate HDL tool (example: Vivado), you will know what clock speed you can run the design at. Assuming you are processing one pixel per clock in the HDL, you should be able to calculate the frames per second.
Related Question