HDL Code Generation Error
26 views (last 30 days)
Show older comments
kameshwar saini
on 6 Oct 2020
Edited: Stefanie Schwarz
on 21 Oct 2021
How to solve this error?
Signals of type 'Double' will not generate synthesizable HDL. Consider enabling Native Floating-Point mode and retyping all 'Double' typed signals to 'Single' to generate synthesizable code
0 Comments
Accepted Answer
Kiran Kintali
on 6 Oct 2020
Edited: Stefanie Schwarz
on 21 Oct 2021
See resolution in https://www.mathworks.com/matlabcentral/answers/606331
More Answers (1)
stozaki
on 6 Oct 2020
Hello kameshwar,
Which MATLAB version are you using?
The block type that supports code generation of double floating point data types depends on the MATLAB version. It looks like your model contains blocks that don't support HDL code generation for "double" data types.
Please see the release notes and support block table for details.
stozaki
See Also
Categories
Find more on Deployment, Integration, and Supported Hardware 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!