HDL Coder disable Clock Enable output port
4 次查看(过去 30 天)
显示 更早的评论
I can specify the name In HDL Code Generation -> Global Settings -> Ports -> Clock enable output port (default ce_out). But there is no checkbox to disable the output port.
The documentation says "A clock enable output is generated when the design requires one."
What is the condition for "when the design requires one"?
0 个评论
采纳的回答
Bharath Venkataraman
2019-2-28
There is not a separate option - it is assumed that a requirement of a clock enable on the input would mean one is desired on the output.
0 个评论
更多回答(1 个)
Bharath Venkataraman
2019-2-28
You can use the option Minimize Clock Enables to remove the clock enable port. The clock enable typically cannot be removed for multi-rate designs.
HDL Code Generation -> Global Settings -> Ports -> Minimize clock enables (check this box).
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!