SIMULINK - HDL code generation with floating point & matlab function block
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
I am trying to generate some HDL code using native floating point. I've written my own function in matlab and have imported it into my simulink model using the matlab function block. However, when I try to compile I get this error:
"Block 'my_function/MATLAB Function' is unsupported for HDL code generation when in native floating-point mode"
Anybody have any idea how to get around this? I would rather not use fixed-point conversion if I do not have to.
Thanks!
댓글 수: 0
답변 (1개)
Kiran Kintali
2023년 10월 29일
This restriction is relaxed since R2019b.
Simulink Blocks Supported by Using Native Floating Point
A large subset of MATLAB is supported with Floating Point and HDL Code Generation.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Native Floating Point에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!