Solver error in HDL verifier

5 vues (au cours des 30 derniers jours)
Giuseppe Galioto
Giuseppe Galioto le 8 Fév 2020
Commenté : stozaki le 8 Fév 2020
Hi there,
I'm trying to verify my VHDL code with HDL Verifier. I used the cosimWizard to generate the ModelSim Simulator block. When I try to start the Simulink simulation the following error appears:
The "VariableStepDiscrete" solver cannot be used to simulate block diagram 'control' because it contains continuous states
I tried to change the solver to FixedStepDiscrete but no way, same error.
Since the VHDL block I'm implementing is inherently discrete, why the solver give me such an error?
Thanks in advance.

Réponses (1)

stozaki
stozaki le 8 Fév 2020
Modifié(e) : stozaki le 8 Fév 2020
When you generate and simulation to use the HDL coder, SolverType must set Fixed-Step.
Please see following URL
HDL Coder currently supports variable-step solvers under limited conditions. See hdlsetup
It is reasonable for you to use the hdlsetup function.
  3 commentaires
stozaki
stozaki le 8 Fév 2020
Modifié(e) : stozaki le 8 Fév 2020
The solver affects when running a simulation. This setting is valid for code generation and simulation (include co-simulation).
stozaki
stozaki le 8 Fév 2020
MathWorks provide modeling guideline for HDL coder. It says that Fixed Step Discrete Solver is recommended.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by