Skip to content

Commit 7f176ea

Browse files
committed
Run Buildifier over the entire repo.
Signed-off-by: Sean Luchen <[email protected]>
1 parent 0aebf6c commit 7f176ea

File tree

12 files changed

+37
-37
lines changed

12 files changed

+37
-37
lines changed

src/cgt/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ cc_library(
3434
],
3535
deps = [
3636
"//:ord",
37-
"//src/odb",
37+
"//src/cut",
3838
"//src/dbSta",
39+
"//src/odb",
3940
"//src/sta:opensta_lib",
40-
"//src/cut",
4141
"//src/utl",
4242
"@boost.stacktrace",
4343
"@edu_berkeley_abc//:abc-lib",

src/cgt/test/BUILD

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ filegroup(
1414
# but at least it is not a glob of everything and there are
1515
# per test glob patterns below.
1616
srcs = [
17-
"asap7/asap7sc7p5t_28_R_1x_220121a.lef",
18-
"asap7/asap7sc7p5t_AO_RVT_FF_nldm_211120.lib.gz",
19-
"asap7/asap7sc7p5t_AO_RVT_SS_nldm_211120.lib.gz",
20-
"asap7/asap7sc7p5t_INVBUF_RVT_FF_nldm_220122.lib.gz",
21-
"asap7/asap7sc7p5t_INVBUF_RVT_SS_nldm_220122.lib.gz",
22-
"asap7/asap7sc7p5t_OA_RVT_FF_nldm_211120.lib.gz",
23-
"asap7/asap7sc7p5t_OA_RVT_SS_nldm_211120.lib.gz",
24-
"asap7/asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib",
25-
"asap7/asap7sc7p5t_SEQ_RVT_SS_nldm_220123.lib",
26-
"asap7/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz",
27-
"asap7/asap7sc7p5t_SIMPLE_RVT_SS_nldm_211120.lib.gz",
28-
"asap7/asap7_tech_1x_201209.lef",
29-
"asap7/setRC.tcl",
3017
"Nangate45/Nangate45.lef",
3118
"Nangate45/Nangate45.pdn.tcl",
3219
"Nangate45/Nangate45.rc",
@@ -56,6 +43,19 @@ filegroup(
5643
"Nangate45/fakeram45_64x96.lef",
5744
"Nangate45/fakeram45_64x96.lib",
5845
"Nangate45/work_around_yosys/cells.v",
46+
"asap7/asap7_tech_1x_201209.lef",
47+
"asap7/asap7sc7p5t_28_R_1x_220121a.lef",
48+
"asap7/asap7sc7p5t_AO_RVT_FF_nldm_211120.lib.gz",
49+
"asap7/asap7sc7p5t_AO_RVT_SS_nldm_211120.lib.gz",
50+
"asap7/asap7sc7p5t_INVBUF_RVT_FF_nldm_220122.lib.gz",
51+
"asap7/asap7sc7p5t_INVBUF_RVT_SS_nldm_220122.lib.gz",
52+
"asap7/asap7sc7p5t_OA_RVT_FF_nldm_211120.lib.gz",
53+
"asap7/asap7sc7p5t_OA_RVT_SS_nldm_211120.lib.gz",
54+
"asap7/asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib",
55+
"asap7/asap7sc7p5t_SEQ_RVT_SS_nldm_220123.lib",
56+
"asap7/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz",
57+
"asap7/asap7sc7p5t_SIMPLE_RVT_SS_nldm_211120.lib.gz",
58+
"asap7/setRC.tcl",
5959
"helpers.tcl",
6060
"sky130hd/sky130_fd_sc_hd__ss_n40C_1v40.lib",
6161
"sky130hd/sky130hd.tlef",

src/cut/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cc_library(
1818
"src/logic_extractor.cpp",
1919
],
2020
hdrs = [
21-
"include/cut/abc_library_factory.h",
2221
"include/cut/abc_init.h",
22+
"include/cut/abc_library_factory.h",
2323
"include/cut/blif.h",
2424
"include/cut/blifParser.h",
2525
"include/cut/logic_cut.h",

src/dbSta/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cc_library(
2121
"include",
2222
],
2323
deps = [
24-
":dbNetwork",
25-
":dbSdcNetwork",
24+
":dbNetwork",
25+
":dbSdcNetwork",
2626
"//src/odb",
2727
"//src/sta:opensta_lib",
2828
"//src/utl",
@@ -104,8 +104,8 @@ cc_library(
104104
],
105105
deps = [
106106
"//src/odb",
107-
"//src/sta:opensta_lib",
108-
"//src/utl",
107+
"//src/sta:opensta_lib",
108+
"//src/utl",
109109
],
110110
)
111111

src/dft/src/utils/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cc_library(
2525
],
2626
deps = [
2727
"//src/dbSta",
28-
"//src/dbSta:dbNetwork",
28+
"//src/dbSta:dbNetwork",
2929
"//src/odb",
3030
"//src/sta:opensta_lib",
3131
"//src/utl",

src/est/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cc_library(
4141
deps = [
4242
":private_hdrs",
4343
"//src/dbSta",
44-
"//src/dbSta:SpefWriter",
44+
"//src/dbSta:SpefWriter",
4545
"//src/dbSta:dbNetwork",
4646
"//src/grt",
4747
"//src/odb",

src/grt/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ cc_library(
6666
cc_library(
6767
name = "cugr",
6868
srcs = [
69-
"src/cugr/src/geo.h",
7069
"src/cugr/src/CUGR.cpp",
7170
"src/cugr/src/Design.cpp",
7271
"src/cugr/src/Design.h",
@@ -86,6 +85,7 @@ cc_library(
8685
"src/cugr/src/Netlist.h",
8786
"src/cugr/src/PatternRoute.cpp",
8887
"src/cugr/src/PatternRoute.h",
88+
"src/cugr/src/geo.h",
8989
"src/cugr/src/robin_hood.h",
9090
],
9191
hdrs = [
@@ -140,7 +140,7 @@ cc_library(
140140
":groute",
141141
"//src/ant",
142142
"//src/dbSta",
143-
"//src/dbSta:SpefWriter",
143+
"//src/dbSta:SpefWriter",
144144
"//src/dbSta:dbNetwork",
145145
"//src/dpl",
146146
"//src/gui",

src/mpl/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ cc_library(
2323
"src/clusterEngine.h",
2424
"src/hier_rtlmp.cpp",
2525
"src/hier_rtlmp.h",
26+
"src/mpl-util.h",
2627
"src/object.cpp",
2728
"src/object.h",
2829
"src/rtl_mp.cpp",
2930
"src/shapes.cpp",
3031
"src/shapes.h",
31-
"src/mpl-util.h",
3232
],
3333
hdrs = [
3434
"include/mpl/rtl_mp.h",
@@ -56,9 +56,9 @@ cc_library(
5656
"src/clusterEngine.h",
5757
"src/graphics.cpp",
5858
"src/graphics.h",
59+
"src/mpl-util.h",
5960
"src/object.h",
6061
"src/shapes.h",
61-
"src/mpl-util.h",
6262
":swig",
6363
":tcl",
6464
],

src/mpl/test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ filegroup(
8888
"testcases/clocked_macro.lib",
8989
"testcases/clocked_macro.v",
9090
"testcases/fixed_ios1.def",
91+
"testcases/fixed_macros.def",
9192
"testcases/guides1.def",
9293
"testcases/guides1.v",
9394
"testcases/io_constraints1.def",
@@ -101,7 +102,6 @@ filegroup(
101102
"testcases/no_unfixed_macros.def",
102103
"testcases/orientation_improve1.def",
103104
"testcases/orientation_improve1.lef",
104-
"testcases/fixed_macros.def",
105105
],
106106
)
107107

src/par/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cc_library(
4949
deps = [
5050
"//src/dbSta",
5151
"//src/dbSta:dbNetwork",
52-
"//src/dbSta:dbReadVerilog",
52+
"//src/dbSta:dbReadVerilog",
5353
"//src/gui",
5454
"//src/odb",
5555
"//src/sta:opensta_lib",

0 commit comments

Comments
 (0)