Home
last modified time | relevance | path

Searched refs:inDbInstPlacementStatusBefore (Results 1 – 4 of 4) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbBlockCallBackObj.h72 virtual void inDbInstPlacementStatusBefore(dbInst*, const dbPlacementStatus&) {} in inDbInstPlacementStatusBefore() function
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A DlayoutViewer.h128 virtual void inDbInstPlacementStatusBefore(
H A DlayoutViewer.cpp1498 void LayoutViewer::inDbInstPlacementStatusBefore( in inDbInstPlacementStatusBefore() function in gui::LayoutViewer
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbInst.cpp580 callback->inDbInstPlacementStatusBefore(this, status); in setPlacementStatus()