sdc: add clockGroupsNameMap

Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
This commit is contained in:
Peter Gadfort 2026-04-22 21:06:09 -04:00 committed by Matt Liberty
parent f6c6ed8682
commit 6bb54f9539
1 changed files with 4 additions and 0 deletions

View File

@ -1035,6 +1035,10 @@ public:
bool isPathDelayInternalTo(const Pin *pin) const;
bool isPathDelayInternalToBreak(const Pin *pin) const;
const ExceptionPathSet &exceptions() const { return exceptions_; }
const ClockGroupsNameMap &clockGroupsNameMap() const
{
return clk_groups_name_map_;
}
void deleteExceptions();
void deleteException(ExceptionPath *exception);
void recordException(ExceptionPath *exception);