Replies: 1 comment 1 reply
-
This is a recent enhancement. The dummy loads help to balance the clock tree and reduce skew. They are intentionally dangling. We could put a DEF property on the instance if that is helpful. |
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
-
As of recent versions of OpenROAD, CTS creates a number of dummy load cells. At least until d423155, these cells weren't being created. The problem isn't with the cells per se, rather, that as dummy loads, they have no outputs. We run a sanity checker ensuring that all cells and macros have at least one output connected.
We can start ignoring cells starting with
clkload
, but I guess my question I guess would be: why is this showing up now? (Also, would it be possible to change the prefix to something less generic?)repro.tgz
Just
./run.sh
.Beta Was this translation helpful? Give feedback.
All reactions