Replies: 1 comment 5 replies
-
Can you provide a test case? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I am running OpenRoad flow for my design and I see some strange numbers for reported power.
Here is a snippet of two cells on the timing path:
They are both the same type, both with reasonable input transition and output capacitance.
However, both have insane power consumption (more than 1mW each!):
What is strange is that the second cell in the timing path (35823) consumes more power than its driver (35759) while having better input transition & output capacitance.
I checked .lib[1], and for those operating conditions the cells should consume about 0.24 - 0.5 pW (depending on rise or fall transition, and the state of other pins), which is VERY far from the reported values.
As a result, I have designs with 100k cells, which consume 2kW of power, which makes zero sense.
The designs have small WNS (say -10ps), and TNS at most -100ps after PnR. Length of the timing path above is roughly 100 cells.
What do I miss?
Beta Was this translation helpful? Give feedback.
All reactions