Skip to content

Commit 53116e3

Browse files
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

File tree

flow/designs/nangate45/swerv/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CORE_UTILIZATION = 65
88
export CORE_ASPECT_RATIO = 1
99
export CORE_MARGIN = 5
1010

11-
export PLACE_DENSITY_LB_ADDON = 0.25
11+
export PLACE_DENSITY_LB_ADDON = 0.20
1212
export TNS_END_PERCENT = 100
1313

1414
export SWAP_ARITH_OPERATORS = 1

0 commit comments

Comments
 (0)