How can I add input port in HDL workflow advisor after running simulink model?
Mostrar comentarios más antiguos
I have designed a simulink model for Edge detection image in MATLAB simulink. It is giving me output. But if i run HDL Workflow and choosing AXI interface it is not showing me the input ports . It is showing me only the output ports.


Respuestas (1)
Kiran Kintali
el 27 de Mayo de 2020
0 votos
At the boundary, you need to have scalar and small vector inputs; full frame input is not allowed.
Given you have the whole frame input it is not showing up in the target input output interface table as workflow advisor does not know how to automatically map it your desired interface.
Thanks
Categorías
Más información sobre HDL Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!