Skip to content

Commit a3cdbd7

Browse files
authored
Merge pull request #8677 from eder-matheus/rsz_fix
rsz: use grid_pt instead of pt when checking if net is local
2 parents 816490a + 5b2096b commit a3cdbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsz/src/BufferedNet.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ BufferedNetPtr Resizer::makeBufferedNetGroute(const Pin* drvr_pin,
757757
bool found_drvr_grid_pt = false;
758758
Point drvr_grid_pt;
759759
bool is_local = true;
760-
Point first_pin_loc = pin_grid_locs[0].pt;
760+
Point first_pin_loc = pin_grid_locs[0].grid_pt;
761761
for (grt::PinGridLocation& pin_loc : pin_grid_locs) {
762762
Pin* pin = pin_loc.iterm ? db_network_->dbToSta(pin_loc.iterm)
763763
: db_network_->dbToSta(pin_loc.bterm);

0 commit comments

Comments
 (0)