Info

此问题已关闭。 请重新打开它进行编辑或回答。

HDL Coder Control Model

2 次查看(过去 30 天)
Souradeep
Souradeep 2014-1-20
关闭: MATLAB Answer Bot 2021-8-20
Ok, it's like this. I want to get the HDL code of a Matlab Simulink Model ( Brake Control ), and generate the corrresponding graphs from it. So, what , I did was I simply opened the model , and generated the HDL code. That's were the problem began. The process terminates with errors. It faces problem for fixed point to floating point conversion. Now, how do I sove that ? COuld anyone please how do I do that alteration in the Simulink Model ?

回答(1 个)

Tim McBrayer
Tim McBrayer 2014-1-21
You want to take a look at the Fixed-Point Designer. It will help you convert your floating-point model to fixed-point arithmetic, which is much more suitable for HDL code generation. HDL Coder supports code generation for a model that uses floating point; the primary limitation is you cannot convert data types from floating point to fixed point,l or vice versa. Be forewarned, though, that floating point values are not in general synthesizable.
  1 个评论
Souradeep
Souradeep 2014-1-21
Ok, let me try it out. Will let you know whether it worked for me Anyways, thanks for the reply .

标签

Community Treasure Hunt

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

Start Hunting!

Translated by