Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <[email protected]>
  • Loading branch information
QuantamHD committed Aug 23, 2024
1 parent e899a3e commit 778ef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesis/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def _synthesize_design_impl(ctx):
"FLIST": verilog_flist,
"LIBERTY": default_liberty_file,
"OUTPUT": output_file,
"STANDARD_CELL_BLACK_BOX": standard_cell_black_box,
"TOP": ctx.attr.top_module,
"UHDM_FLIST": uhdm_flist,
"STANDARD_CELL_BLACK_BOX": standard_cell_black_box,
}

if ctx.attr.target_clock_period_pico_seconds:
Expand Down

0 comments on commit 778ef2d

Please sign in to comment.