Commit 07db504
test: Read flat escape slash Verilog
Restore the flat escape_slash regression coverage for read_verilog parsing of top-level escaped slash identifiers before DEF floorplan data is applied.
The test now links the minimal Verilog netlist and uses read_def -floorplan_initialize so the reduced fixture still exercises both Verilog parsing and Verilog/SPEF writing without invoking placement or CTS.
Tested: RESULTS_DIR=/workspace/exp/escape_slash_min/review_verify_flat openroad -no_init -no_splash -exit -metrics /workspace/exp/escape_slash_min/review_verify_escape_slash.metrics.json escape_slash.tcl
Tested: RESULTS_DIR=/workspace/exp/escape_slash_min/review_verify_hier openroad -no_init -no_splash -exit -metrics /workspace/exp/escape_slash_min/review_verify_escape_slash_hier.metrics.json escape_slash_hier.tcl
Tested: git diff --check
Tested: bazel test //src/dbSta/test:escape_slash-tcl_test //src/dbSta/test:escape_slash_hier-tcl_test
Co-authored-by: OmX <omx@oh-my-codex.dev>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>1 parent a492502 commit 07db504
3 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | 36 | | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments