findRequired(vertex) rm crpr disable

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-10-24 08:47:07 -07:00
parent 7539c7372d
commit 6e29fcb3f0
5 changed files with 1 additions and 55 deletions
-3
View File
@@ -304,8 +304,6 @@ public:
bool bfsInQueue(BfsIndex index) const;
void setBfsInQueue(BfsIndex index, bool value);
bool isRegClk() const { return is_reg_clk_; }
bool crprPathPruningDisabled() const { return crpr_path_pruning_disabled_;}
void setCrprPathPruningDisabled(bool disabled);
// ObjectTable interface.
ObjectIdx objectIdx() const { return object_idx_; }
@@ -353,7 +351,6 @@ protected:
bool is_check_clk_:1;
bool is_constrained_:1;
bool has_downstream_clk_pin_:1;
bool crpr_path_pruning_disabled_:1;
bool visited1_:1;
bool visited2_:1;
-2
View File
@@ -1437,8 +1437,6 @@ protected:
Corner *corner,
const MinMax *min_max);
void powerPreamble();
void disableFanoutCrprPruning(Vertex *vertex,
int &fanou);
virtual void replaceCell(Instance *inst,
Cell *to_cell,
LibertyCell *to_lib_cell);