You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsz: clamp all buffers to core and make clamp log debug-only
Make insertBufferPostProcess unconditionally clamp every buffer
(including port buffers from bufferInputs/bufferOutputs) to the
core area. Previously port buffers passed loc=nullptr and skipped
the clamp; they can now land in the die-core gap on designs where
die != core, causing the same DPL legalization failures as wire
repeaters.
Demote the per-buffer RSZ-0077 clamp message from info to
debugPrint (category "buffer_clamp", level 1) so it only appears
when explicitly enabled with -set_debug rsz buffer_clamp 1.
This keeps logs clean while still allowing diagnosis when needed.
Updated 18 golden files: removed RSZ-0077 info lines from 12 .ok
files and updated 4 .defok files where port buffers now land
inside the core.
Signed-off-by: minjukim55 <mkim@precisioninno.com>
0 commit comments