Skip to content

Commit

Permalink
openroad.bzl: drop unused 'entrypoint' attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 28, 2024
1 parent 406df38 commit dc72bd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def wrap_args(args):

def build_openroad(
name,
entrypoint = "not-used",
variant = "base",
verilog_files = [],
stage_sources = {},
Expand All @@ -134,7 +133,6 @@ def build_openroad(
Args:
name: name of the macro target
entrypoint: <UNUSED> path to entrypoint Makefile which includes DESIGN_CONFIG Makefile
variant: variant of the ORFS flow, sets FLOW_VARIANT env var (see https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/108bcf54464e989e6715bee18c3af3d3356e5023/flow/Makefile#L198)
verilog_files: list of verilog sources of the design
stage_sources: dictionary keyed by ORFS stages with lists of stage-specific sources
Expand Down

0 comments on commit dc72bd6

Please sign in to comment.