Warning: HDLCoder can not find a valid sample time for the model.

8 次查看(过去 30 天)
Hi guys.
I have this error during using HDL coder. But I don't understand the meaning. "Warning: HDLCoder can not find a valid sample time for the model. All rates are 0 (continuous)" Anyone know about this problem? Thanks in advance

采纳的回答

Tim McBrayer
Tim McBrayer 2014-5-5
Digital hardware is best modeled in Simulink using the Fixed-step Discrete solver. This warning is informing you that a) you are using a variable-step solver, and b) that you have not specified any discrete rates anywhere in the system. The solution is to change the solver used by Simulink. The solver setting is found in the configuration parameters dialog. Alternatively, you can run:
>> hdlsetup('modelname')
This will set the solver appropriately, as well as set a number of other global model settings to ensure best compatibility for HDL Coder.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Code Generation 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by