HDL Workflow Advisor: Error: Math function square is not supported for HDL code generation
4 views (last 30 days)
Show older comments
I'm trying to generate HDL code from my Simulink fixed point model, but at 2.3 Check Block Compatibility, the HDL Workflow Advisor returns the following error: "Math function square is not supported for HDL code generation". I am using four math function blocks with the squre function. Should the block not support HDL code generation?
The input of the block is a fixed(0,18,10) and the output is a fixed(0,18,5).
0 Comments
Answers (1)
Navya Seelam
on 14 May 2020
You can generate HDL for square block in Native Floating Point mode and this can be done by changing Configuration Parameters --> HDL Code Generation--> Floating Point---> Floating Point IP Library . Moreover, the input must be of the data type single.
0 Comments
See Also
Categories
Find more on Model Compatibility Checks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!