Compare commits
3 Commits
513244f16f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3e5f395a1 | ||
|
|
12b848a74c | ||
|
|
0f3384e157 |
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 =============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user