Skip to content

Commit 493bb42

Browse files
Update src/rsz/src/Resizer.cc
Co-authored-by: Matt Liberty <[email protected]> Signed-off-by: mikesinouye <[email protected]>
1 parent 0c1df4f commit 493bb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rsz/src/Resizer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ void Resizer::balanceRowUsage()
607607
for (auto inst : block_->getInsts()) {
608608
auto master = inst->getMaster();
609609
auto site = master->getSite();
610-
// Ignore macros, and multi-height cells for now
611-
if (inst->isBlock() || site->hasRowPattern()) {
610+
// Ignore multi-height cells for now
611+
if (site && site->hasRowPattern()) {
612612
continue;
613613
}
614614

0 commit comments

Comments
 (0)