Skip to content

Commit

Permalink
openroad.bzl: remove unused orfs_version 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 dc72bd6 commit ce12f4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def build_openroad(
stage_args = {},
mock_abstract = False,
mock_stage = "place",
orfs_version = 4,
mock_area = None,
platform = "asap7",
macro_variant = "base"):
Expand All @@ -142,7 +141,6 @@ def build_openroad(
stage_args: dictionary keyed by ORFS stages with lists of stage-specific arguments
mock_abstract: boolean controling the scope of _generate_abstract stage
mock_stage: string with physical design flow stage name which controls the name of the files generated in _generate_abstract stage
orfs_version: <UNUSED> integer specifying ORFS version, sets ORFS_VERSION env var
mock_area: floating point number, spawns additional _mock_area targets if set
platform: string specifying target platform for running physical design flow. Supported platforms: https://openroad-flow-scripts.readthedocs.io/en/latest/user/FlowVariables.html#platform
macro_variant: variant of the ORFS flow the macro was built with
Expand Down Expand Up @@ -230,7 +228,6 @@ def build_openroad(

base_args = [
"WORK_HOME=$(RULEDIR)",
"ORFS_VERSION=" + str(orfs_version),
"DESIGN_NAME=" + name,
"FLOW_VARIANT=" + variant,
"DESIGN_CONFIG=$(location " + str(Label("//:config.mk")) + ")",
Expand Down

0 comments on commit ce12f4a

Please sign in to comment.