HDL Coder removes I/Os of a model reference when they are terminated inside the model reference

조회 수: 2 (최근 30일)
When the input signals of a model reference are terminated inside the model reference, HDL Coder removes the I/Os during HDL code generation, is there a workaround to keep the I/Os?

채택된 답변

Claire Fan
Claire Fan 2021년 11월 15일
HDL Code generation might remove input and output ports of a model reference in the generated code when the ports are unconnected inside the subsystem. Consider setting DeleteUnusedPorts to off to keep the unused ports.

추가 답변 (1개)

Kiran Kintali
Kiran Kintali 2021년 11월 15일
편집: Kiran Kintali 2021년 11월 15일
https://www.mathworks.com/help/hdlcoder/ug/remove-redundant-logic-in-design.html

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by