Skip to content

Commit

Permalink
Tabs in bzl files fix.
Browse files Browse the repository at this point in the history
Convert tabs to spaces.

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Nov 20, 2023
1 parent 97997e0 commit 268b421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion place_and_route/open_road.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def openroad_command(ctx, commands, input_db = None, step_name = None, inputs =
},
execution_requirements = execution_requirements,
mnemonic = "OpenROAD",
toolchain = None,
toolchain = None,
)

return struct(db = output_db, log_file = log_file)
2 changes: 1 addition & 1 deletion static_timing/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _run_opensta_impl(ctx):
input_manifests = input_manifests,
env = env,
mnemonic = "RunningSTA",
toolchain = None,
toolchain = None,
)

return [
Expand Down
2 changes: 1 addition & 1 deletion synthesis/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _synthesize_design_impl(ctx):
input_manifests = input_manifests,
env = env,
mnemonic = "SynthesizingRTL",
toolchain = None,
toolchain = None,
)

return [
Expand Down

0 comments on commit 268b421

Please sign in to comment.