Skip to content

Commit

Permalink
restore library.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Oct 3, 2024
1 parent 7026d7c commit 4cfa716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/common/metrics/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"design__instance__count",
higher_is_better=False,
)

# Power
Metric(
"ir__drop__avg",
Expand Down Expand Up @@ -100,7 +101,6 @@
higher_is_better=False,
critical=True,
)

Metric(
"timing__setup_r2r_vio__count",
aggregator=sum_aggregator,
Expand Down

0 comments on commit 4cfa716

Please sign in to comment.