Replies: 3 comments 22 replies
-
Can you provide a test case? |
Beta Was this translation helpful? Give feedback.
20 replies
-
@evmanz I'm curious: did you use groups to be able to get multiple histograms or do they have some other purpose? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've been chasing a similar issue that resulted in parallaxsw/OpenSTA#160. I'm going to wait until that is resolved to see if it fixes this as well. |
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.
-
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