Skip to content

Commit

Permalink
rsz: Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
kbieganski committed Jan 8, 2025
1 parent ad42b1e commit 3a7b658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/rsz/src/Resizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,10 @@ LibertyCell* Resizer::findTargetCell(LibertyCell* cell,
for (LibertyCell* target_cell : swappable_cells) {
if (!dontUse(target_cell) && isLinkCell(target_cell)) {
float target_load = (*target_load_map_)[target_cell];
float delay = is_buf_inv ? bufferDelay(
target_cell, load_cap, tgt_slew_dcalc_ap_)
: 0.0;
float delay
= is_buf_inv
? bufferDelay(target_cell, load_cap, tgt_slew_dcalc_ap_)
: 0.0;
float dist = targetLoadDist(load_cap, target_load);
debugPrint(logger_,
RSZ,
Expand Down

0 comments on commit 3a7b658

Please sign in to comment.