Skip to content

Commit 2650ad6

Browse files
committed
sdc: add clockGroupsNameMap
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
1 parent defec0b commit 2650ad6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/sta/Sdc.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,10 @@ public:
10361036
bool isPathDelayInternalTo(const Pin *pin) const;
10371037
bool isPathDelayInternalToBreak(const Pin *pin) const;
10381038
const ExceptionPathSet &exceptions() const { return exceptions_; }
1039+
const ClockGroupsNameMap &clockGroupsNameMap() const
1040+
{
1041+
return clk_groups_name_map_;
1042+
}
10391043
void deleteExceptions();
10401044
void deleteException(ExceptionPath *exception);
10411045
void recordException(ExceptionPath *exception);

0 commit comments

Comments
 (0)