why the error is occuring while converting from simulink to vhdl?

조회 수: 4 (최근 30일)
ramandeep kaur
ramandeep kaur 2016년 11월 17일
답변: Tim McBrayer 2016년 11월 17일
i was converting simulink model to vhdl. and this error is showing up "Data-type 'Fix_16_14' is unsupported for HDL code generation. If Xilinx System Generator Subsystem is used, make sure it is not the top level subsystem for code generation." can you please help me out. thank you

답변 (1개)

Tim McBrayer
Tim McBrayer 2016년 11월 17일
Are you using Xilinx System Generator, and if so, is it at the top of the design hierarchy? If so, you need to fix that, just like the message says.
If you are not using XSG, then you need to use MathWorks' fixpt specification for your data type. Instead of Fix_16_14, you should specify the data type as fixdt(1, 16, 14) for a signed type, or fixdt(0,16,14) for an unsigned type.

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by