Skip to content

Commit 32f34fa

Browse files
author
Tim 'mithro' Ansell
authored
Merge pull request #249 from antmicro/52551-estimate_parasitics
P&R: Run estimate_parasitics before clock repair
2 parents 49d5ae3 + a5c3051 commit 32f34fa

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)