Skip to content

Commit 3f99cdf

Browse files
jhkim-piiOmX
andcommitted
test: Avoid public escape slash SPEF conflict
Keep the existing escape_slash SPEF goldens aligned with the current public master versions and move the reduced regression comparisons to dot-suffixed SPEF goldens that are included by the existing Bazel resource glob. This avoids the public PR conflict from the est parasitic golden update while preserving the reduced escape slash regression behavior and keeping the private-to-public sync path intact. Tested: RESULTS_DIR=/workspace/exp/escape_slash_conflict/verify_flat2 openroad -no_init -no_splash -exit -metrics /workspace/exp/escape_slash_conflict/escape_slash2.metrics.json escape_slash.tcl Tested: RESULTS_DIR=/workspace/exp/escape_slash_conflict/verify_hier2 openroad -no_init -no_splash -exit -metrics /workspace/exp/escape_slash_conflict/escape_slash_hier2.metrics.json escape_slash_hier.tcl Tested: bazel test //src/dbSta/test:escape_slash-tcl_test //src/dbSta/test:escape_slash_hier-tcl_test Tested: git diff --check Co-authored-by: OmX <omx@oh-my-codex.dev> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent 07db504 commit 3f99cdf

6 files changed

Lines changed: 5663 additions & 44 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
*SPEF "ieee 1481-1999"
2+
*DESIGN "multi_sink"
3+
*DATE "11:11:11 Fri 11 11, 1111"
4+
*VENDOR "The OpenROAD Project"
5+
*PROGRAM "OpenROAD"
6+
*VERSION "1.0"
7+
*DESIGN_FLOW "NAME_SCOPE LOCAL" "PIN_CAP NONE"
8+
*DIVIDER /
9+
*DELIMITER :
10+
*BUS_DELIMITER []
11+
*T_UNIT 1 NS
12+
*C_UNIT 1 FF
13+
*R_UNIT 1 KOHM
14+
*L_UNIT 1 HENRY
15+
16+
*PORTS
17+
clk I
18+
19+
*D_NET clk 0.213642
20+
*CONN
21+
*P clk I
22+
*I hi_inst\/gclk2_inst:CK I *D CLKGATE_X1
23+
*CAP
24+
1 clk:0 0.106821
25+
2 clk:1 0.106821
26+
*RES
27+
1 clk:0 clk:0 1e-06
28+
2 clk clk:0 1e-06
29+
3 clk:1 clk:0 0.0101591
30+
4 hi_inst\/gclk2_inst:CK clk:2 1e-06
31+
5 clk:2 clk:1 1e-06
32+
*END
33+
34+
*D_NET hi_gclk2 0.430855
35+
*CONN
36+
*I ff0\/name:CK I *D DFF_X1
37+
*I h1\/ff1:CK I *D DFF_X1
38+
*I hi_inst\/gclk2_inst:GCK O *D CLKGATE_X1
39+
*CAP
40+
1 hi_gclk2:0 0.0797636
41+
2 hi_gclk2:1 0.215427
42+
3 hi_gclk2:2 0.135664
43+
*RES
44+
1 hi_gclk2:0 hi_gclk2:0 1e-06
45+
2 hi_inst\/gclk2_inst:GCK hi_gclk2:3 1e-06
46+
3 hi_gclk2:3 hi_gclk2:0 1e-06
47+
4 hi_gclk2:1 hi_gclk2:0 0.00758582
48+
5 h1\/ff1:CK hi_gclk2:5 1e-06
49+
6 hi_gclk2:5 hi_gclk2:1 1e-06
50+
7 hi_gclk2:2 hi_gclk2:1 0.0129021
51+
8 ff0\/name:CK hi_gclk2:7 1e-06
52+
9 hi_gclk2:7 hi_gclk2:2 1e-06
53+
*END
54+

0 commit comments

Comments
 (0)