mirror of
https://github.com/The-OpenROAD-Project/OpenROAD.git
synced 2026-06-02 01:08:34 +08:00
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>
5 lines
114 B
Python
5 lines
114 B
Python
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (c) 2025-2025, The OpenROAD Authors
|
|
|
|
from openroadpy import *
|