Replies: 1 comment 1 reply
-
|
Clock gating cells general do not require a generated clock statement in SDC. What are you trying to model? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am testing the dynamic power consumption of my design.
I deliberately inserted clock gates cells (sky130 sky130_fd_sc_hd__dlclkp_2) to drive logic branches.
While doing so I have seen that the clock tree viewer behaves differently if there are defined constraints for the
generated clock_gated clocks or not.
For example, without defining any generated clocks, the clock tree viewer shows:

Looking at this preview, I see that there is a new branch created out of the main "clk" branch that drives the majority of seq logic.
Next, I defined two generated clocks and rerun the orfs, the result is:

Seeing three different clock trees which is fine, but without seeing a general branches view, where I can see the split from the main "clk" to the gated clock like before.
Is there an option to enable such an extra view in the clock tree viewer?
It is very handy for me to better understand the clock tree schematics more comprehensively, especially, what clock derive a new clock tree.
Beta Was this translation helpful? Give feedback.
All reactions