フィルターのクリア

[Simulink] get the parameter of the block to be variable in HDL

1 回表示 (過去 30 日間)
takaka
takaka 2022 年 12 月 20 日
回答済み: Kiran Kintali 2022 年 12 月 21 日
Hi,
I want to make HDL (verilog) code from Simulink, and all of the parameters have to be variables.
For example, in "Bit Shift" block in Simulink, there is "Shift Length" parameter.
How can I make this parameter to be variable in HDL?
I want to set the value to this parameter in the model from the "input" port.
Best,

回答 (1 件)

Kiran Kintali
Kiran Kintali 2022 年 12 月 21 日
HDL Coder supports bitshift block with shift length specified via input port.
Reach out to technical support on your specific usecase of parametrizing blocks which do not have such behaviors.
If your intent is tunability of the parameters at run time you should consider using
Generate DUT Ports for Tunable Parameters

カテゴリ

Help Center および File ExchangeHDL Coder についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by