HDL Coder 'abs' : Double and complex data types not supported.
이전 댓글 표시
I'm using a simulink model to generate HDL code for simulation, with double values.
The error is clear, as "Double and complex data types" are not supported for HDL Code generation.
My question is, will this maybe be implemented in feature releases, or is there a fundamental issue that double values can't be supported for the function abs() for HDL code generation?
답변 (1개)
Kiran Kintali
2019년 9월 21일
편집: Kiran Kintali
2019년 9월 21일
0 개 추천
This is currently a limitation on the Abs block.
In the interim, please try the 'hypot' function in Math function block in Simulink.
카테고리
도움말 센터 및 File Exchange에서 HDL Code Generation and Deployment에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!