We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c6ed8 + 6bb54f9 commit 5433617Copy full SHA for 5433617
1 file changed
include/sta/Sdc.hh
@@ -1035,6 +1035,10 @@ public:
1035
bool isPathDelayInternalTo(const Pin *pin) const;
1036
bool isPathDelayInternalToBreak(const Pin *pin) const;
1037
const ExceptionPathSet &exceptions() const { return exceptions_; }
1038
+ const ClockGroupsNameMap &clockGroupsNameMap() const
1039
+ {
1040
+ return clk_groups_name_map_;
1041
+ }
1042
void deleteExceptions();
1043
void deleteException(ExceptionPath *exception);
1044
void recordException(ExceptionPath *exception);
0 commit comments