We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defec0b commit 2650ad6Copy full SHA for 2650ad6
1 file changed
include/sta/Sdc.hh
@@ -1036,6 +1036,10 @@ public:
1036
bool isPathDelayInternalTo(const Pin *pin) const;
1037
bool isPathDelayInternalToBreak(const Pin *pin) const;
1038
const ExceptionPathSet &exceptions() const { return exceptions_; }
1039
+ const ClockGroupsNameMap &clockGroupsNameMap() const
1040
+ {
1041
+ return clk_groups_name_map_;
1042
+ }
1043
void deleteExceptions();
1044
void deleteException(ExceptionPath *exception);
1045
void recordException(ExceptionPath *exception);
0 commit comments