Compare commits

...

3 Commits

Author SHA1 Message Date
Mikhail Yenuchenko
b3e5f395a1 Update RUN_PAR.tcl 2026-01-21 16:42:58 +03:00
Mikhail Yenuchenko
12b848a74c Update FLOW_PAR.tcl 2026-01-21 16:42:55 +03:00
Mikhail Yenuchenko
0f3384e157 Update RUN_PAR.tcl 2026-01-21 15:25:51 +03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ if {$PaR_INIT eq "TRUE"} {
set init_verilog ${NETLIST_PATH}/${NETLIST_TOP_NAME}; # SYN netlist file
set init_mmmc_file ${PAR_MMMC_FILE}; # Techmological file for multi-mode multi-corner PaR
set init_io_file ${PAR_NETLIST_TOP_PORT_FILE}; # File with location of the TOP level ports on the floorplan
#set init_io_file ${PAR_NETLIST_TOP_PORT_FILE}; # File with location of the TOP level ports on the floorplan
init_design
}

View File

@@ -12,10 +12,10 @@
### ================= USER SETTINGS =================
set NETLIST_TOP_NAME "scr1_top_ahb_syn_netlist.v"; # RTL top module name
set NETLIST_TOP_NAME "scr1_core_top_syn_netlist.v"; # RTL top module name
set NETLIST_PATH "../results/results_syn"; # RTL path to the source files
set PAR_SDC_TOP_NAME "scr1_top_ahb_syn.sdc"; # SDC top file name
set PAR_SDC_TOP_NAME "scr1_core_top_syn.sdc"; # SDC top file name
set PAR_SDC_PATH "../results/results_syn"; # SDC path to the sources
set PAR_MMMC_FILE "../scripts/scripts_aux/XFAB180_MMMC.tcl"; # Multi-mode multi-corner 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_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 =============