Skip to content

Commit c7ac7fb

Browse files
committed
Merge branch 'master' of https://github.com/The-OpenROAD-Project-private/OpenROAD into est_via_res
2 parents ab6d99d + 88adbed commit c7ac7fb

File tree

27 files changed

+2576
-179
lines changed

27 files changed

+2576
-179
lines changed

src/cts/test/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ COMPULSORY_TESTS = [
77
"array",
88
"array_ins_delay",
99
"array_no_blockages",
10+
"array_repair_clock_nets",
1011
"balance_levels",
1112
"check_buffers",
1213
"check_buffers_blockages",
1314
"check_buffers_blockages_merge",
15+
"check_buffer_inference1",
16+
"check_buffer_inference2",
17+
"check_buffer_inference3",
1418
"check_charBuf",
1519
"check_max_fanout1",
1620
"check_max_fanout2",
@@ -20,6 +24,7 @@ COMPULSORY_TESTS = [
2024
"find_clock_pad",
2125
"hier_insertion_delay",
2226
"insertion_delay",
27+
"inverters",
2328
"lvt_lib",
2429
"max_cap",
2530
"no_clocks",
@@ -76,6 +81,9 @@ filegroup(
7681
"Nangate45/fakeram45_64x96.lef",
7782
"Nangate45/fakeram45_64x96.lib",
7883
"Nangate45/work_around_yosys/cells.v",
84+
"ModNangate45/ModNangate45_typ.lib",
85+
"ModNangate45/ModNangate45.lef",
86+
"check_buffers.def",
7987
"array_dummy.tcl",
8088
"array_full_flow.tcl",
8189
"array_tile.lef",

src/dbSta/test/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ load("//test:regression.bzl", "regression_test")
55
# From CMakeLists.txt or_integration_tests(TESTS
66
COMPULSORY_TESTS = [
77
"block_sta1",
8+
"check_axioms",
89
"clock_pin",
910
"constant1",
1011
"find_clks1",
@@ -29,6 +30,7 @@ COMPULSORY_TESTS = [
2930
"read_verilog8",
3031
"read_verilog9",
3132
"read_verilog10",
33+
"read_verilog10_no_prop",
3234
"read_verilog11",
3335
"readdb_hier",
3436
"report_cell_usage",
@@ -38,6 +40,7 @@ COMPULSORY_TESTS = [
3840
"report_cell_usage_physical_only",
3941
"report_json1",
4042
"report_timing_histogram",
43+
"report_logic_depth_histogram",
4144
"sdc_get1",
4245
"sdc_names1",
4346
"sdc_names2",

src/drt/test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COMPULSORY_TESTS = [
1616
"ta_pin_aligned",
1717
"top_level_term",
1818
"top_level_term2",
19-
"via_access_layer"
19+
"via_access_layer",
2020
]
2121

2222
# Disabled in CMakeLists.txt

src/exa/test/BUILD

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2022-2025, The OpenROAD Authors
3+
load("//test:regression.bzl", "regression_test")
4+
5+
TESTS = [
6+
"basic",
7+
]
8+
9+
filegroup(
10+
name = "test_resources",
11+
# overly broad glob, could be refined later, but
12+
# symlinks are cheap and OpenROAD binary changes, the common
13+
# use case is that all tests have to be re-run.
14+
srcs = glob(
15+
["**/*"],
16+
exclude = [
17+
test + "." + ext
18+
for test in TESTS
19+
for ext in [
20+
"tcl",
21+
"py",
22+
]
23+
],
24+
),
25+
)
26+
27+
[regression_test(
28+
name = test_name,
29+
data = [":test_resources"],
30+
) for test_name in TESTS]

src/gpl/test/clust01.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 24 layers, 9 vias
1+
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 30 layers, 9 vias
22
[INFO ODB-0227] LEF file: ./SingleBit/asap7sc7p5t_28_L_1x_220121a.lef, created 212 library cells
33
[INFO ODB-0227] LEF file: ./2BitTrayH2/asap7sc7p5t_DFFHQNV2X.lef, created 9 library cells
44
[INFO ODB-0394] Duplicate site asap7sc7p5t_pg in asap7sc7p5t_DFFHQNV4X already seen in asap7sc7p5t_DFFHQNV2X

src/gpl/test/clust02.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 24 layers, 9 vias
1+
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 30 layers, 9 vias
22
[INFO ODB-0227] LEF file: ./SingleBit/asap7sc7p5t_28_L_1x_220121a.lef, created 212 library cells
33
[INFO ODB-0227] LEF file: ./2BitTrayH2/asap7sc7p5t_DFFHQNV2X.lef, created 9 library cells
44
[INFO ODB-0394] Duplicate site asap7sc7p5t_pg in asap7sc7p5t_DFFHQNV4X already seen in asap7sc7p5t_DFFHQNV2X

src/gpl/test/clust03.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 24 layers, 9 vias
1+
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 30 layers, 9 vias
22
[INFO ODB-0227] LEF file: ./SingleBit/asap7sc7p5t_28_L_1x_220121a.lef, created 212 library cells
33
[INFO IFP-0001] Added 370 rows of 1851 site asap7sc7p5t.
44
[INFO GPL-0137] No tray found for group of 100 flop instances containing DFFHQNx1_ASAP7_75t_L

src/gpl/test/convergence01.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[WARNING STA-1212] asap7/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz line 14772, timing group from output port.
99
[WARNING STA-1212] asap7/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz line 14805, timing group from output port.
1010
[WARNING STA-1212] asap7/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz line 14838, timing group from output port.
11-
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 24 layers, 9 vias
11+
[INFO ODB-0227] LEF file: ./asap7/asap7_tech_1x_201209.lef, created 30 layers, 9 vias
1212
[INFO ODB-0227] LEF file: ./asap7/asap7sc7p5t_28_R_1x_220121a.lef, created 212 library cells
1313
[INFO ODB-0128] Design: Element
1414
[INFO ODB-0130] Created 65 pins.

src/gpl/test/nograd01.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[INFO ODB-0227] LEF file: asap7/asap7_tech_1x_201209.lef, created 24 layers, 9 vias
1+
[INFO ODB-0227] LEF file: asap7/asap7_tech_1x_201209.lef, created 30 layers, 9 vias
22
[INFO ODB-0227] LEF file: asap7/asap7sc7p5t_28_R_1x_220121a.lef, created 212 library cells
33
[INFO ODB-0128] Design: calibrate_rc
44
[INFO ODB-0130] Created 12 pins.

src/grt/test/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ TESTS = [
4848
"read_segments_error1",
4949
"read_segments_error2",
5050
"read_segments_error3",
51+
"read_segments_error4",
52+
"read_segments_error5",
5153
"region_adjustment",
5254
"remove_buffers1",
5355
"remove_buffers2",

0 commit comments

Comments
 (0)