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

1 回表示 (過去 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 Center および File ExchangeCode Generation についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by