Skip to content

Commit

Permalink
Correct place_and_route() error message typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesinouye authored Feb 12, 2025
1 parent 66285a4 commit 2d652d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion place_and_route/private/floorplan.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _initialize_floorplan_command(ctx):
additional_cell_sites = " ".join(open_road_configuration.additional_cell_sites),
)

fail("either (die_width_microns and die_height_microns) or `utilization` must be set")
fail("either (die_width_microns and die_height_microns) or `target_die_utilization_percentage` must be set")

def init_floor_plan(ctx):
"""Initializes the floor plan based on user ctx args.
Expand Down

0 comments on commit 2d652d3

Please sign in to comment.