Effacer les filtres
Effacer les filtres

matlab function example or suggestion, so that it will generate hdl code in verilog using non blocking assignments

6 vues (au cours des 30 derniers jours)
1.how to code matlab function so that it will generate hdl code in verilog using non blocking assignments,any example?

Réponse acceptée

Kiran Kintali
Kiran Kintali le 5 Sep 2023
Modifié(e) : Kiran Kintali le 5 Sep 2023
This link has several examples that generate HDL from MATLAB designs.
In general, if you can use a combination of features in MATLAB to HDL workflow to reduce blocking assignments. Enabling options such as instantiate functions or enabling optimizations such as distributed pipelining, resource sharing, RAM mapping, agressive data flow conversion break the large HDL processes from MATLAB into generic concurrent style of generated code.
You can share your MATLAB code for specific guidance relevant for your design. Feel free to reach out to MathWorks tech support for additional assistance.

Plus de réponses (0)

Produits


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by