Skip to content

Commit

Permalink
openroad.bzl: Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz authored and oharboe committed Apr 16, 2024
1 parent 0b1765a commit c56246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def build_openroad(
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
docker_image: docker image name or ID with ORFS environment. Referenced image must be available in local docker runtime. Defaults to `openroad/flow-ubuntu22.04-builder:latest` which can be obtained by running: `bazel run orfs_env`
docker_image: docker image name or ID with ORFS environment. Referenced image must be available in local docker runtime. Defaults to `openroad/flow-ubuntu22.04-builder:latest` which can be obtained by running: `bazel run orfs_env` or building the image from ORFS sources
"""
target_ext = ("_" + variant if variant != "base" else "")
target_name = name + target_ext
Expand Down

0 comments on commit c56246c

Please sign in to comment.