Skip to content

Commit 3ea8c50

Browse files
committed
resolved merge conflict
Signed-off-by: Cho Moon <[email protected]>
1 parent ef188a0 commit 3ea8c50

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/rsz/src/RepairSetup.cc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,15 @@ bool RepairSetup::repairSetup(const float setup_slack_margin,
476476
if (!skip_crit_vt_swap && !skip_vt_swap
477477
&& resizer_->lib_data_->sorted_vt_categories.size() > 1) {
478478
// Swap most critical cells to fastest VT
479-
OptoParams params(setup_slack_margin, verbose);
479+
480+
OptoParams params(setup_slack_margin,
481+
verbose,
482+
skip_pin_swap,
483+
skip_gate_cloning,
484+
skip_size_down,
485+
skip_buffering,
486+
skip_buffer_removal,
487+
skip_vt_swap);
480488
if (swapVTCritCells(params, num_viols)) {
481489
estimate_parasitics_->updateParasitics();
482490
sta_->findRequireds();

0 commit comments

Comments
 (0)