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

조회 수: 2 (최근 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 CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by