Skip to content

Commit

Permalink
Fix missed change in patch.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Jun 5, 2024
1 parent 5c8c2ed commit db23cb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions place_and_route/open_road.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ def openroad_command(ctx, commands, input_db = None, step_name = None, inputs =
real_commands.extend(commands)
real_commands.append("write_db {}".format(output_db.path))

# This is here to make it easy to append to the input arguments of the run command.
# Otherwise it would fail when no input_db is provided.
input_db_dependency = [input_db] if input_db else []

file_name = "{}_script.tcl".format(output_db.basename[:-(len(output_db.extension) + 1)])
command_file = ctx.actions.declare_file(file_name)
ctx.actions.write(command_file, content = "\n".join(real_commands))
Expand Down

0 comments on commit db23cb3

Please sign in to comment.