Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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.

Réponse acceptée

Kiran Kintali
Kiran Kintali le 4 Mai 2023
Modifié(e) : Kiran Kintali le 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"

Plus de réponses (0)

Catégories

En savoir plus sur Code Generation dans Help Center et File Exchange

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by