rm ClkInfo::crprClkPin

This commit is contained in:
James Cherry
2020-09-17 20:00:56 -07:00
parent 26e457636d
commit bdfbaac2e6
2 changed files with 2 additions and 14 deletions
-3
View File
@@ -59,10 +59,7 @@ public:
// crpr resolution.
PathVertexRep &crprClkPath() { return crpr_clk_path_; }
const PathVertexRep &crprClkPath() const { return crpr_clk_path_; }
const Pin *crprClkPin(const StaState *sta) const;
// Much faster than crprClkPin.
VertexId crprClkVertexId() const;
// Much faster than crprClkPin != nullptr
bool hasCrprClkPin() const { return !crpr_clk_path_.isNull(); }
bool refsFilter(const StaState *sta) const;
// This clk_info/tag is used for a generated clock source path.