Skip to content

Commit

Permalink
Fix spelling mistake in report_power.bzl.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ansell <[email protected]>
  • Loading branch information
stridge-cruxml authored and mithro committed Sep 18, 2023
1 parent d2b0b72 commit e562a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion place_and_route/private/report_power.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def generate_power_results(ctx, output_file):
"puts $fp \"corner: \\\"{corner}\\\"\"".format(
corner = liberty.basename[:-(len(liberty.extension) + 1)],
),
"puts $fp \"power_maginitude: \\\"[sta::unit_scale_abreviation \"power\"]\\\"\"",
"puts $fp \"power_maginitude: \\\"[sta::unit_scale_abbreviation \"power\"]\\\"\"",
"close $fp",
]

0 comments on commit e562a5f

Please sign in to comment.