diff --git a/sdc/ClockGroups.cc b/sdc/ClockGroups.cc index 63680c15..bd9f9b6b 100644 --- a/sdc/ClockGroups.cc +++ b/sdc/ClockGroups.cc @@ -38,6 +38,8 @@ ClockGroup::isMember(const Clock *clk) return clks_->hasKey(const_cast(clk)); } +//////////////////////////////////////////////////////////////// + ClockGroups::ClockGroups(const char *name, bool logically_exclusive, bool physically_exclusive,