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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!