SIMULINK - HDL code generation with floating point & matlab function block
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Kiran Kintali
am 29 Okt. 2023
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 Kommentare
Siehe auch
Kategorien
Mehr zu Native Floating Point finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!