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

15 views (last 30 days)
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

Accepted Answer

Tim McBrayer
Tim McBrayer on 5 May 2014
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.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!