From b3e5f395a1b4b9e3b84773d63b4bee535f2af88b Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko <76039929+mixeme@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:42:58 +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 92a50a9..dd4cc18 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 {9000 9000}; # FP chip area +set FLOORPLAN_DIMENSIONS {500 500}; # FP chip area set FLOORPLAN_MARGINS {50 50 50 50}; #FP chip margins ### ================= END of USER SETTINGS =============