Update RUN_PAR.tcl

This commit is contained in:
Mikhail Yenuchenko
2026-01-20 17:28:06 +03:00
parent 8874ed2e31
commit 306061a76d

View File

@@ -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_REPORTS_FOLDER "../reports/reports_PaR"; # Reports folder
set PAR_RESULTS_FOLDER "../results/results_PaR"; # Results 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 set FLOORPLAN_MARGINS {50 50 50 50}; #FP chip margins
### ================= END of USER SETTINGS ============= ### ================= END of USER SETTINGS =============