フィルターのクリア

How to generate testbench for a model whose input signals come from matlab workspace?

3 ビュー (過去 30 日間)
My model has implemented correct function.However, because all the model has generated HDL code,the "generate testbench" button is unable.So,how could I write a testbench for it? The model just need to input 8 channels of data from matlab workspace.

採用された回答

Kiran Kintali
Kiran Kintali 2023 年 5 月 4 日
編集済み: Kiran Kintali 2023 年 5 月 8 日
"Generate HDL Testbench" works on a subsystem with some stimulus and response and not the whole model.
Mark the DUT "model/subsystem" to enable the test bench generation.
The HDL Test bench generation inserts logging elements on the inputs and outputs of the subsystem, captures the stimulus and resposne and uses it in the generated HDL testbench.
If you select the "Code for" as the whole model, HDL Coder would not be able to figure out the inputs and the outputs to the DUT and hence the testbench button is disabled in such scenerio. In your case you need to select DUT as "PIB_1/PI model"

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by