Skip to content

Commit 731352f

Browse files
committed
gitignore now ignores bazel-* and added come comments to src/dbaSta/BUILD.
Signed-off-by: Ted Hong <[email protected]>
1 parent 9d013fc commit 731352f

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)