for ref instead of copy
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
904cecf988
commit
64964ee6e4
|
|
@ -946,7 +946,7 @@ ClockGroupLess::operator()(const ClockGroup *clk_group1,
|
||||||
void
|
void
|
||||||
WriteSdc::writeClockGroups() const
|
WriteSdc::writeClockGroups() const
|
||||||
{
|
{
|
||||||
for (auto name_groups : sdc_->clk_groups_name_map_) {
|
for (auto &name_groups : sdc_->clk_groups_name_map_) {
|
||||||
ClockGroups *clk_groups = name_groups.second;
|
ClockGroups *clk_groups = name_groups.second;
|
||||||
writeClockGroups(clk_groups);
|
writeClockGroups(clk_groups);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue