Error while using HDL coder
Afficher commentaires plus anciens
Hi All,
I am a postgraduate student who is working on a networking project, where I am trying to convert my code with HDL-coder to c from MATLAB also I have installed minGW w64 c/c++ compiler as ad-on
There were issues while using hdl-coder , once after resolving all conflicts getting the below error which I have no idea from where it is getting generated.
Could anybody guide/help me here.
The method STRING does not support multiple nodes. Use STRINGS instead.
Error in emlcprivate at 0
1 commentaire
Walter Roberson
le 11 Sep 2021
That sounds to me as if you are passing in a non-scalar string to something that expects a scalar string.
Réponses (3)
Kiran Kintali
le 15 Sep 2021
1 vote
Thanks for sharing the reproduction steps.
Classes in MATLAB are not supported for fixed-point conversion. The cryptic error about unsupported construct (property validator) is a bug and is being resolved.
1 commentaire
Athira Km
le 20 Sep 2021
Kiran Kintali
le 11 Sep 2021
0 votes
Can you share your reproduction steps? It will help with the investigation.
- Design.m <algorithm you are trying to convert to C/HDL>
- Testbench.m <Calling Design function>
- Project.prj <Code generation settings and setup file>
Thanks
1 commentaire
Athira Km
le 14 Sep 2021
Athira Km
le 14 Sep 2021
0 votes
Catégories
En savoir plus sur Get Started with HDL Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
