Skip to content

Commit 2fea464

Browse files
authored
Merge pull request #8706 from hongted/bazel-build
Updated gitignore to ignore bazel-*. added come comments to src/dbSta/BUILD
2 parents 210a3d2 + 731352f commit 2fea464

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ obj-x86_64-linux-gnu/
5757

5858
user.bazelrc
5959

60-
bazel-bin
61-
bazel-out
62-
bazel-testlogs
63-
bazel-OpenROAD
60+
bazel-*
6461

6562
projectview.bazelproject
6663
.bsp/

src/dbSta/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ cc_library(
143143

144144
tcl_encode(
145145
name = "tcl",
146+
# Encode sta:tcl_scripts before dbSta.tcl, as dbSta.tcl will
147+
# override sta_error and sta_warn.
146148
srcs = ["//src/sta:tcl_scripts"] + [
147149
"src/dbReadVerilog.tcl",
148150
"src/dbSta.tcl",

0 commit comments

Comments
 (0)