Skip to content

Commit a5c3051

Browse files
committed
P&R: Run estimate_parasitics before clock repair
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 <[email protected]>
1 parent a779eb7 commit a5c3051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

place_and_route/private/clock_tree_synthesis.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def clock_tree_synthesis(ctx, open_road_info):
4747
sink_clustering_max_diameter = "-sink_clustering_max_diameter {}".format(ctx.attr.sink_clustering_max_diameter) if ctx.attr.sink_clustering_max_diameter else "",
4848
),
4949
"set_propagated_clock [all_clocks]",
50+
"estimate_parasitics -placement",
5051
"repair_clock_nets",
5152
"estimate_parasitics -placement",
5253
] + placement_padding_struct.commands + [

0 commit comments

Comments
 (0)