mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
for ref instead of copy
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -946,7 +946,7 @@ ClockGroupLess::operator()(const ClockGroup *clk_group1,
|
||||
void
|
||||
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;
|
||||
writeClockGroups(clk_groups);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user