How can I add input port in HDL workflow advisor after running simulink model?

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)

At the boundary, you need to have scalar and small vector inputs; full frame input is not allowed.
Consider mlhdlc_heq coding style where you use internal buffers to store input frame.
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

Preguntada:

el 27 de Mayo de 2020

Respondida:

el 27 de Mayo de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by