Skip to content

Commit dd520f4

Browse files
committed
fixed clang-tidy and rebased one flow test
Signed-off-by: Cho Moon <[email protected]>
1 parent 7fa8002 commit dd520f4

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

src/rsz/src/BaseMove.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <vector>
1313

1414
#include "db_sta/dbSta.hh"
15+
#include "est/EstimateParasitics.h"
1516
#include "odb/db.h"
1617
#include "odb/geom.h"
1718
#include "rsz/Resizer.hh"

test/tinyRocket_nangate45.metrics_limits

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"IFP::instance_count" : "28653.6"
3-
,"DPL::design_area" : "64924.799999999996"
4-
,"DPL::utilization" : "28.32"
5-
,"RSZ::repair_design_buffer_count" : "1338"
6-
,"RSZ::max_slew_slack" : "-124.55352056500647"
3+
,"DPL::design_area" : "64885.2"
4+
,"DPL::utilization" : "28.2"
5+
,"RSZ::repair_design_buffer_count" : "1326"
6+
,"RSZ::max_slew_slack" : "-128.51946394096785"
77
,"RSZ::max_capacitance_slack" : "0"
88
,"RSZ::max_fanout_slack" : "0"
9-
,"RSZ::worst_slack_min" : "-0.12229284842046899"
10-
,"RSZ::worst_slack_max" : "-0.06084903830813551"
9+
,"RSZ::worst_slack_min" : "-0.1239763351514716"
10+
,"RSZ::worst_slack_max" : "-0.17012807166800686"
1111
,"RSZ::tns_max" : "-484.72339999999997"
1212
,"RSZ::hold_buffer_count" : "0"
1313
,"GRT::ANT::errors" : "0"
1414
,"DRT::drv" : "0"
15-
,"DRT::worst_slack_min" : "-0.12181235775960983"
16-
,"DRT::worst_slack_max" : "-0.157307215817037"
17-
,"DRT::tns_max" : "-484.72339999999997"
18-
,"DRT::clock_skew" : "0.03700478361808149"
15+
,"DRT::worst_slack_min" : "-0.12320416113821843"
16+
,"DRT::worst_slack_max" : "-0.25040652449224227"
17+
,"DRT::tns_max" : "-485.1762826331027"
18+
,"DRT::clock_skew" : "0.048235700132749366"
1919
,"DRT::max_slew_slack" : "0"
20-
,"DRT::max_capacitance_slack" : "-24.734176276954685"
20+
,"DRT::max_capacitance_slack" : "-44.016658559529596"
2121
,"DRT::max_fanout_slack" : "0"
2222
,"DRT::clock_period" : "2.03"
2323
,"DRT::ANT::errors" : "0"

0 commit comments

Comments
 (0)