Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P&R: Run estimate_parasitics before clock repair #249

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

mtdudek
Copy link
Collaborator

@mtdudek mtdudek commented Dec 18, 2023

This commit adds parasitic estimation after clock_tree_synthesis and
before repair_clock_nets. This pass is also run in the ORFS.

Third part of the #243

This commit adds parasitic estimation after
`clock_tree_synthesis` and before `repair_clock_nets`.
This is done in the OpenROAD-flow-scripts.

Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
@@ -47,6 +47,7 @@ def clock_tree_synthesis(ctx, open_road_info):
sink_clustering_max_diameter = "-sink_clustering_max_diameter {}".format(ctx.attr.sink_clustering_max_diameter) if ctx.attr.sink_clustering_max_diameter else "",
),
"set_propagated_clock [all_clocks]",
"estimate_parasitics -placement",
"repair_clock_nets",
"estimate_parasitics -placement",
Copy link
Member

Choose a reason for hiding this comment

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

Is estimate_parasitics -placement still needed after repair_clock_nets now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think yes, as repair_clock_nets may add extra buffer cells.

Copy link
Member

@mithro mithro left a comment

Choose a reason for hiding this comment

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

LGTM.

@mithro mithro merged commit 32f34fa into hdl:main Dec 19, 2023
4 checks passed
@mtdudek mtdudek deleted the 52551-estimate_parasitics branch December 19, 2023 08:52
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.

None yet

2 participants