M function converted into a VHDL with coder (Matlab R2012a)
显示 更早的评论
To practice with the HDL coder, I translated a M function into a VHDL one, and noted two additional arguments in the resulting VHDL function: clk and clk_ena.
I (wrongly) assumed that to have control on those parameters I had to use exactly those two parameter names in the original M function, but once again the translation caused two extra input parameters to be added to the VHDL function, although with different different names (like clk2 or so).
How can I have direct control of the clock? And what if I don't want to use a clock enable? Do I have to remove them from the VHDL code once generated? This would be bad in case of large code.
Thanks Alberto
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with HDL Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!