Skip to content

Commit c3fa1f8

Browse files
committed
put comments tied to specific functions
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent 6dd2b73 commit c3fa1f8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/gpl/src/mbff.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,6 @@ const sta::LibertyCell* MBFF::getLibertyCell(const sta::Cell* cell)
172172
}
173173

174174
namespace {
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.
200200
bool portInSequentialFunc(const sta::LibertyCell* lib_cell,
201201
const sta::LibertyPort* lib_port,
202202
sta::FuncExpr* (sta::Sequential::*get)() const)

0 commit comments

Comments
 (0)