From 306061a76df206084af10b287709557fd505c9e1 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko <76039929+mixeme@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:28:06 +0300 Subject: [PATCH] Update RUN_PAR.tcl --- scripts/scripts_PaR/RUN_PAR.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts_PaR/RUN_PAR.tcl b/scripts/scripts_PaR/RUN_PAR.tcl index 5b3b022..bda363f 100644 --- a/scripts/scripts_PaR/RUN_PAR.tcl +++ b/scripts/scripts_PaR/RUN_PAR.tcl @@ -28,7 +28,7 @@ set PAR_INIT_LEF_FILESET "/Cadence/Libs/X_FAB/XKIT/xt018/cadence/v7_0/techLEF/v7 set PAR_REPORTS_FOLDER "../reports/reports_PaR"; # Reports folder set PAR_RESULTS_FOLDER "../results/results_PaR"; # Results folder -set FLOORPLAN_DIMENSIONS {200 200}; # FP chip area +set FLOORPLAN_DIMENSIONS {9000 9000}; # FP chip area set FLOORPLAN_MARGINS {50 50 50 50}; #FP chip margins ### ================= END of USER SETTINGS =============