Sta::isConstant

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-01-15 16:30:52 -07:00
parent be56eadb47
commit fc8d7fad67
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -538,6 +538,8 @@ public:
Sdc *sdc);
void removeDisable(TimingArcSet *arc_set,
Sdc *sdc);
[[nodiscard]] bool isConstant(const Pin *pin,
const Mode *mode) const;
// Edge is disabled by constant.
[[nodiscard]] bool isDisabledConstant(Edge *edge,
const Mode *mode);