Commit 75f177c
committed
feat(qor): Add setup TNS to rule generation and tracking
This commit introduces Total Negative Slack (TNS) for setup timing as a new Quality of Result (QoR) metric.
While Worst Negative Slack (WNS) tracks the single most critical path, TNS provides a more comprehensive view of the design's overall timing health by summing the slack of all violating paths.
The rule generation script (`genRuleFile.py`) has been updated to handle the new `finish__timing__setup__tns` metric.
Signed-off-by: Jaehyun Kim <[email protected]>1 parent 9f77666 commit 75f177c
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
132 | 140 | | |
133 | 141 | | |
134 | 142 | | |
| |||
0 commit comments