hdlcoder.optimizeDesign on matlab function
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anze Slosar
le 24 Jan 2023
Modifié(e) : Kiran Kintali
le 25 Jan 2023
I am trying to speed optimized a matlab generated hdl code. I managed to generate the code, synthesize and place and route, all from matlab.
The code functions ok, but reported max speed is too low.
Is it possible to feed it matlab function instead? Would it do anything if I simply place a matlab function into a single simulink block?
0 commentaires
Réponse acceptée
Kiran Kintali
le 24 Jan 2023
Modifié(e) : Kiran Kintali
le 25 Jan 2023
hdlcoder.optimizeDesign runs Simulink to HDL workflow (makehdl) under the hood.
I have communicated to the dev team the request to make it work with MATLAB to HDL (codegen -config:hdl command)
You can place the MATLAB code/function in a MATLAB function block and follow the Simulink workflow.
0 commentaires
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!