Skip to content

Commit 5433617

Browse files
authored
Merge pull request #352 from gadfort/add-clock_group_map
sdc: add clockGroupsNameMap
2 parents f6c6ed8 + 6bb54f9 commit 5433617

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
@@ -1035,6 +1035,10 @@ public:
10351035
bool isPathDelayInternalTo(const Pin *pin) const;
10361036
bool isPathDelayInternalToBreak(const Pin *pin) const;
10371037
const ExceptionPathSet &exceptions() const { return exceptions_; }
1038+
const ClockGroupsNameMap &clockGroupsNameMap() const
1039+
{
1040+
return clk_groups_name_map_;
1041+
}
10381042
void deleteExceptions();
10391043
void deleteException(ExceptionPath *exception);
10401044
void recordException(ExceptionPath *exception);

0 commit comments

Comments
 (0)