Merge pull request #352 from gadfort/add-clock_group_map
sdc: add clockGroupsNameMap
This commit is contained in:
commit
543361765b
|
|
@ -1035,6 +1035,10 @@ public:
|
||||||
bool isPathDelayInternalTo(const Pin *pin) const;
|
bool isPathDelayInternalTo(const Pin *pin) const;
|
||||||
bool isPathDelayInternalToBreak(const Pin *pin) const;
|
bool isPathDelayInternalToBreak(const Pin *pin) const;
|
||||||
const ExceptionPathSet &exceptions() const { return exceptions_; }
|
const ExceptionPathSet &exceptions() const { return exceptions_; }
|
||||||
|
const ClockGroupsNameMap &clockGroupsNameMap() const
|
||||||
|
{
|
||||||
|
return clk_groups_name_map_;
|
||||||
|
}
|
||||||
void deleteExceptions();
|
void deleteExceptions();
|
||||||
void deleteException(ExceptionPath *exception);
|
void deleteException(ExceptionPath *exception);
|
||||||
void recordException(ExceptionPath *exception);
|
void recordException(ExceptionPath *exception);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue