Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Kiran Kintali
Kiran Kintali am 4 Mai 2023
Bearbeitet: Kiran Kintali am 8 Mai 2023
"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"

Weitere Antworten (0)

Kategorien

Mehr zu Code Generation finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by