Skip to content

Commit 6963c57

Browse files
committed
Insert per-design workarounds for flow issues
Signed-off-by: Martin Povišer <[email protected]>
1 parent 5ef34aa commit 6963c57

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

flow/designs/nangate45/aes/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ export PLACE_DENSITY_LB_ADDON = 0.20
1111
export TNS_END_PERCENT = 100
1212
export REMOVE_CELLS_FOR_EQY = TAPCELL*
1313

14+
# workaround for high congestion in post-grt repair
15+
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/sky130hd/jpeg/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ export TNS_END_PERCENT = 100
1313
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
1414

1515
export REMOVE_ABC_BUFFERS = 1
16+
17+
# workaround for density growing to 0.91 from adjustments on TD/RD iterations
18+
export GPL_ROUTABILITY_DRIVEN = 0

0 commit comments

Comments
 (0)