Commit c42eb974 by sakundu

Updated fp scripts and screenshots

parent 784f635a
...@@ -3,7 +3,6 @@ DIVIDERCHAR "/" ; ...@@ -3,7 +3,6 @@ DIVIDERCHAR "/" ;
BUSBITCHARS "[]" ; BUSBITCHARS "[]" ;
DESIGN ariane ; DESIGN ariane ;
UNITS DISTANCE MICRONS 2000 ; UNITS DISTANCE MICRONS 2000 ;
DIEAREA ( 0 0 ) ( 3400000 3400000 ) ;
TRACKS X 190 DO 8947 STEP 380 LAYER metal1 ; TRACKS X 190 DO 8947 STEP 380 LAYER metal1 ;
TRACKS Y 140 DO 12143 STEP 280 LAYER metal1 ; TRACKS Y 140 DO 12143 STEP 280 LAYER metal1 ;
TRACKS X 190 DO 8947 STEP 380 LAYER metal2 ; TRACKS X 190 DO 8947 STEP 380 LAYER metal2 ;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators. # We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
setMultiCpuUsage -localCpu 16 setMultiCpuUsage -localCpu 16
set design ariane set design ariane
set util 0.3 set util 0.37
set dir "../../../../../Enablements/NanGate45/" set dir "../../../../../Enablements/NanGate45/"
set netlist "./gate/$design.v" set netlist "./gate/$design.v"
...@@ -77,6 +77,7 @@ createBasicPathGroups -expanded ...@@ -77,6 +77,7 @@ createBasicPathGroups -expanded
floorPlan -r 1.0 $util 10 10 10 10 floorPlan -r 1.0 $util 10 10 10 10
## Macro Placement ## ## Macro Placement ##
addHaloToBlock -allMacro 1 1 1 1
redirect mp_config.tcl {source gen_mp_config.tcl} redirect mp_config.tcl {source gen_mp_config.tcl}
proto_design -constraints mp_config.tcl proto_design -constraints mp_config.tcl
refine_macro_place refine_macro_place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment