Commit afb03b6
committed
rsz: document port buffer exception in insertBufferPostProcess
Add a comment explaining why bufferInputs / bufferOutputs pass
loc=nullptr on purpose: port buffers are placed near their BTerm,
which can sit at the die edge outside the core, and that is by
design -- they should stay adjacent to the port.
Makes the `if (loc)` guard self-documenting so future readers do
not wonder whether the nullptr case is a bug.
Comment-only change; no behavioral diff.
Signed-off-by: minjukim55 <mkim@precisioninno.com>1 parent 056f813 commit afb03b6
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5161 | 5161 | | |
5162 | 5162 | | |
5163 | 5163 | | |
| 5164 | + | |
| 5165 | + | |
| 5166 | + | |
| 5167 | + | |
| 5168 | + | |
5164 | 5169 | | |
5165 | 5170 | | |
5166 | 5171 | | |
| |||
0 commit comments