Skip to content

Commit 598a797

Browse files
dpl: drop redundant 'Align to row' comment in legalPt
Addresses @gudeh review on #10727. Signed-off-by: Saurav Singh <saurav.singh@fermions.co>
1 parent 0541fb3 commit 598a797

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dpl/src/Place.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,6 @@ DbuPt Opendp::legalPt(const Node* cell, const DbuPt& pt) const
11501150
// Align with row site.
11511151
const GridX grid_x{divRound(core_x.v, site_width.v)};
11521152
const DbuX legal_x{gridToDbu(grid_x, site_width)};
1153-
// Align to row
11541153
const DbuY core_y
11551154
= std::clamp(pt.y, DbuY{0}, DbuY{core_.dy()} - cell->getHeight());
11561155
const GridY grid_y = grid_->gridRoundY(core_y);

0 commit comments

Comments
 (0)