We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d5ae3 + a5c3051 commit 32f34faCopy full SHA for 32f34fa
place_and_route/private/clock_tree_synthesis.bzl
@@ -47,6 +47,7 @@ def clock_tree_synthesis(ctx, open_road_info):
47
sink_clustering_max_diameter = "-sink_clustering_max_diameter {}".format(ctx.attr.sink_clustering_max_diameter) if ctx.attr.sink_clustering_max_diameter else "",
48
),
49
"set_propagated_clock [all_clocks]",
50
+ "estimate_parasitics -placement",
51
"repair_clock_nets",
52
"estimate_parasitics -placement",
53
] + placement_padding_struct.commands + [
0 commit comments