Commit 53116e3
committed
test: lower swerv PLACE_DENSITY_LB_ADDON 0.25 -> 0.20 for GRT-0116
Build #4 on secure-test-clamp-only-with-rules surfaced nangate45/swerv
GRT-0116 routing congestion not present on pre-clamp baseline. Clamped
port buffers concentrate local density; with util=65% and addon=0.25 the
target density forces packing too tight for routing.
Formula (flow/scripts/util.tcl:179):
target_density = util + (1 - util) * addon + 0.01
Before: 0.65 + 0.35 * 0.25 + 0.01 = 0.7475
After: 0.65 + 0.35 * 0.20 + 0.01 = 0.7300
Modest reduction matching gf180/jpeg level. If still congested, drop
further toward sky130hd/jpeg (0.15) or ihp-sg13g2/ibex (0.10).
Signed-off-by: minjukim55 <mkim@precisioninno.com>1 parent 0759a40 commit 53116e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments