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 =============