This commit is contained in:
James Cherry 2018-10-24 14:20:40 -07:00
parent d0ca009460
commit c6a90ec151
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ ClockGroup::isMember(const Clock *clk)
return clks_->hasKey(const_cast<Clock*>(clk));
}
////////////////////////////////////////////////////////////////
ClockGroups::ClockGroups(const char *name,
bool logically_exclusive,
bool physically_exclusive,