Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-01-24 08:32:09 -07:00
parent bb5d70693a
commit 28524edac8
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -5174,6 +5174,7 @@ instMaxSlew(const Instance *inst,
InstanceSeq
Sta::slowDrivers(int count)
{
findDelays();
InstanceSeq insts = network_->leafInstances();
sort(insts, [=] (const Instance *inst1,
const Instance *inst2) {