Errors in HDL conversion

1 次查看(过去 30 天)
Madhu
Madhu 2012-5-14
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
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 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by