Errors in HDL conversion

Hi I am using MATLAB 2011b and i am trying to generate HDL code out of many example models but i am getting as error as "Frame Based Models are not supported for HDL code generation"
Please help me to get out of this problem.
Thank You

 채택된 답변

Tim McBrayer
Tim McBrayer 2012년 5월 14일

0 개 추천

This is a limitation of Simulink HDL Coder. You can not reasonably synthesize a device that takes a frame of data at a time as an input. Even a small image frame will contain many more bits of input than any FPGA has pins. Also, the hardware resource requirements for processing a frame at a time an a FPGA are extreme.
You will need to convert your Simulink design into a form that provides a serial bit-stream to your DUT. If you look at the Simulink HDL Coder examples, you can find examples of this in the Sobel Edge Detection example, and also in the Image Reconstruction example.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Code Generation에 대해 자세히 알아보기

제품

질문:

2012년 5월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by