cfg: Increase size for serv_1/2
diff --git a/openlane/serv_1/config.tcl b/openlane/serv_1/config.tcl
index 6164f84..49a3a78 100644
--- a/openlane/serv_1/config.tcl
+++ b/openlane/serv_1/config.tcl
@@ -36,7 +36,7 @@
 
 ## Floorplan
 set ::env(FP_SIZING) absolute
-set ::env(DIE_AREA) "0 0 700 600"
+set ::env(DIE_AREA) "0 0 1000 600"
 
 ## Placement
 set ::env(PL_BASIC_PLACEMENT) 0
diff --git a/openlane/serv_2/config.tcl b/openlane/serv_2/config.tcl
index 8d09dc9..6a5c309 100644
--- a/openlane/serv_2/config.tcl
+++ b/openlane/serv_2/config.tcl
@@ -36,7 +36,7 @@
 
 ## Floorplan
 set ::env(FP_SIZING) absolute
-set ::env(DIE_AREA) "0 0 700 600"
+set ::env(DIE_AREA) "0 0 1000 600"
 
 ## Placement
 set ::env(PL_BASIC_PLACEMENT) 0