config.json: increase die area With the newly-functional design, we need a larger die area. Signed-off-by: Sean Cross <sean@xobs.io>
diff --git a/openlane/wb_pio/config.json b/openlane/wb_pio/config.json index 86091f4..6bf6017 100644 --- a/openlane/wb_pio/config.json +++ b/openlane/wb_pio/config.json
@@ -6,7 +6,7 @@ "CLOCK_PORT": "wb_clk_i", "CLOCK_NET": "pio1.clk", "FP_SIZING": "absolute", - "DIE_AREA": "0 0 2900 2000", + "DIE_AREA": "0 0 2000 2900", "FP_PIN_ORDER_CFG": "dir::pin_order.cfg", "PL_BASIC_PLACEMENT": 0, "PL_TARGET_DENSITY": 0.65, @@ -15,9 +15,8 @@ "RUN_CVC": 0, "RUN_MAGIC": 1, "RUN_KLAYOUT": 0, - "SYNTH_STRATEGY": "AREA 2", + "SYNTH_STRATEGY": "AREA 3", "SYNTH_AUTONAME": "1", - "OPENLANE_VERBOSE": 99, "pdk::sky130*": { "FP_CORE_UTIL": 35, "PL_TARGET_DENSITY": 0.30,