Files
OpenROAD/python/openroad/__init__.py
Øyvind Harboe 15a5fe5192 bazel: move openroad/ to python/openroad/ to fix output path conflict
The //:openroad cc_binary output path (bazel-out/k8-opt/bin/openroad)
was a prefix of //openroad:openroadpy py_library output path
(bazel-out/k8-opt/bin/openroad/__pycache__/...), causing Bazel to
reject building both targets simultaneously.

Rename the package to //python/openroad to eliminate the collision
while preserving the Python import path (import openroad) via
imports = [".."].

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2026-03-03 19:56:26 +01:00

5 lines
114 B
Python

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025-2025, The OpenROAD Authors
from openroadpy import *