Commit e3bc5cd
committed
dbSta: rename StalePrevPath test and derive verilog filename from gtest info
Tighten the test-name <-> verilog-file coupling so future stale-path
variants can just drop a new TestDbSta_<Name>.v alongside a new TEST_F
without touching the data list: use gtest's current_test_info() at
runtime to build the filename, matching the pattern already used in
src/rsz/test/cpp/TestInsertBuffer.cpp.
Test renamed StalePrevPathAfterUpdateTiming -> StalePrevPath (the
"AfterUpdateTiming" qualifier was redundant with the flow header).
Verilog renamed TestDbSta_StalePath.v -> TestDbSta_StalePrevPath.v to
match.
Signed-off-by: Minju Kim <mkim@precisioninno.com>1 parent 719f733 commit e3bc5cd
3 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
File renamed without changes.
0 commit comments