Skip to content

Commit 4912278

Browse files
oharboeclaude
andcommitted
bazel: rename BUILD.bazel to BUILD for consistency with OpenROAD
Match the naming convention used in tools/OpenROAD. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 735908f commit 4912278

178 files changed

Lines changed: 5 additions & 25 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ orfs_designs = use_repo_rule("@bazel-orfs//private:designs.bzl", "orfs_designs")
117117

118118
orfs_designs(
119119
name = "orfs_designs",
120-
designs_dir = "//flow/designs:BUILD.bazel",
120+
designs_dir = "//flow/designs:BUILD",
121121
platforms = [
122122
"asap7",
123123
"gf180",
File renamed without changes.
File renamed without changes.

flow/designs/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exports_files(["BUILD"])

flow/designs/BUILD.bazel

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)