Skip to content

Commit

Permalink
Estimate parasitics for accurate timing information in benchmark. (#358)
Browse files Browse the repository at this point in the history
* Estimate parasitics for accurate timing information in benchmark.

Signed-off-by: Mike Inouye <[email protected]>

* Undelete report_power

Signed-off-by: Mike Inouye <[email protected]>

---------

Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye authored Oct 8, 2024
1 parent 42dc728 commit 252484f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions place_and_route/private/benchmark.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ def benchmark(ctx, open_road_info):
"""

est_parasitic_cmd = "estimate_parasitics -placement"
if ctx.attr.stop_after_step in ["global_routing", "detailed_routing"]:
est_parasitic_cmd = "estimate_parasitics -global_routing"

open_road_commands = [
est_parasitic_cmd,
"report_power",
"report_wns",
"report_tns",
Expand Down

0 comments on commit 252484f

Please sign in to comment.