Commit 42e8a77
committed
Fix SDF extraction to prefer post-PnR over pre-PnR timing
The previous fallback logic used `find | sort -r | head -1` which
grabbed a pre-PnR SDF (step 08) alphabetically instead of the
post-PnR SDF from STAPostPNR (step 51) that includes interconnect
delays. Now explicitly searches for stapostpnr nom_tt SDF first.
Co-developed-by: Claude Code v2.1.44 (claude-opus-4-6)1 parent 3c49dee commit 42e8a77
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
142 | 152 | | |
143 | 153 | | |
144 | 154 | | |
| |||
0 commit comments