Borrar filtros
Borrar filtros

How to give random inputs for my simulink design?

1 visualización (últimos 30 días)
Utkarsh
Utkarsh el 16 de Abr. de 2024
Respondida: Kiran Kintali el 21 de Abr. de 2024
I have created a model using importhdl ie. from my verilog code. Now I want to test it with many random inputs just like we do simulation testing on iVerilog or Quartus Prime or any other HDL tool. How can I do that as if I use constant then it works for only one input at a time?

Respuestas (1)

Kiran Kintali
Kiran Kintali el 21 de Abr. de 2024
You have to wrap the imported Simulink model from HDL Code into a subsystem. Add sources (constants, toworkspace blocks...) and sinks (displays, scopes, ...) and drive the design.
The importhdl command currently only tries to import a synthesizable HDL design (limitations exist) into a subset of supported Simulink constructs. Only Verilog import is supported as of R2024a release and VHDL support is on the roadmap.
Currently importhdl cannot automatically import a testbench for your DUT.

Categorías

Más información sobre Code Generation en Help Center y File Exchange.

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by