@@ -172,12 +172,6 @@ const sta::LibertyCell* MBFF::getLibertyCell(const sta::Cell* cell)
172172}
173173
174174namespace {
175- // Check whether lib_port appears in any sequential's FuncExpr accessed
176- // via `get` (e.g., &Sequential::clear or &Sequential::preset). Scans
177- // both the regular lib_cell sequentials and the test cell's
178- // sequentials. The test cell's seq.clear()/preset() FuncExpr port set
179- // holds test-cell port pointers, so the test cell branch resolves the
180- // matching port by name first.
181175// Rebind a tray iterm to the given (flat, mod) pair. The plain
182176// dbITerm::connect(dbNet*) overload only updates the flat side; if a
183177// stale modnet was attached from an earlier per-orig-flop iteration
@@ -197,6 +191,12 @@ void reconnectIterm(dbITerm* tray_iterm, dbNet* net, odb::dbModNet* mod_net)
197191 }
198192}
199193
194+ // Check whether lib_port appears in any sequential's FuncExpr accessed
195+ // via `get` (e.g., &Sequential::clear or &Sequential::preset). Scans
196+ // both the regular lib_cell sequentials and the test cell's
197+ // sequentials. The test cell's seq.clear()/preset() FuncExpr port set
198+ // holds test-cell port pointers, so the test cell branch resolves the
199+ // matching port by name first.
200200bool portInSequentialFunc (const sta::LibertyCell* lib_cell,
201201 const sta::LibertyPort* lib_port,
202202 sta::FuncExpr* (sta::Sequential::*get)() const )
0 commit comments