Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Kiran Kintali
Kiran Kintali il 4 Mag 2023
Modificato: Kiran Kintali il 8 Mag 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"

Più risposte (0)

Categorie

Scopri di più su Code Generation in Help Center e File Exchange

Tag

Prodotti


Release

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by