We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef34aa commit 6963c57Copy full SHA for 6963c57
flow/designs/nangate45/aes/config.mk
@@ -11,3 +11,5 @@ export PLACE_DENSITY_LB_ADDON = 0.20
11
export TNS_END_PERCENT = 100
12
export REMOVE_CELLS_FOR_EQY = TAPCELL*
13
14
+# workaround for high congestion in post-grt repair
15
+export SKIP_INCREMENTAL_REPAIR = 1
flow/designs/sky130hd/jpeg/config.mk
@@ -13,3 +13,6 @@ export TNS_END_PERCENT = 100
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
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