Skip to content

sdc: add clockGroupsNameMap#352

Merged
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
gadfort:add-clock_group_map
Apr 23, 2026
Merged

sdc: add clockGroupsNameMap#352
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
gadfort:add-clock_group_map

Conversation

@gadfort
Copy link
Copy Markdown
Collaborator

@gadfort gadfort commented Apr 23, 2026

Adds access clk_groups_name_map_.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 23, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new public getter, clockGroupsNameMap, to the Sdc class in include/sta/Sdc.hh. The review feedback recommends defining this getter on a single line to align with the established coding style for simple inline getters within the same class.

Comment thread include/sta/Sdc.hh
Comment on lines +1039 to +1042
const ClockGroupsNameMap &clockGroupsNameMap() const
{
return clk_groups_name_map_;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This getter should be defined on a single line to maintain consistency with the existing style for simple inline getters in this class, such as exceptions(), groupPaths(), and clocks().

  const ClockGroupsNameMap &clockGroupsNameMap() const { return clk_groups_name_map_; }

@maliberty maliberty enabled auto-merge April 23, 2026 21:47
@maliberty maliberty disabled auto-merge April 23, 2026 22:01
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
@maliberty maliberty force-pushed the add-clock_group_map branch from 992b285 to 6bb54f9 Compare April 23, 2026 22:02
@maliberty maliberty enabled auto-merge April 23, 2026 22:02
@maliberty maliberty merged commit 5433617 into The-OpenROAD-Project:master Apr 23, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants