File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))
66export SDC_FILE = ./designs/$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint.sdc
77export ABC_AREA = 1
88
9- export CORE_UTILIZATION = 40
9+ export CORE_UTILIZATION = 40
1010export CORE_ASPECT_RATIO = 1
11- export CORE_MARGIN = 2
11+ export CORE_MARGIN = 2
1212
13- export PLACE_DENSITY = 0.80
13+ export PLACE_DENSITY = 0.80
14+ export RECOVER_POWER = 100
1415
1516ifneq ($(USE_FILL ) ,)
1617export DESIGN_TYPE = CELL
1718else
1819export DESIGN_TYPE = CELL_NODEN
1920endif
21+
Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ export CORE_ASPECT_RATIO = 1
1313export CORE_MARGIN = 2
1414
1515export PLACE_DENSITY = 0.75
16- export SKIP_PIN_SWAP = 1
1716
1817ifneq ($(USE_FILL ) ,)
1918export DESIGN_TYPE = CELL
2019else
2120export DESIGN_TYPE = CELL_NODEN
2221endif
22+
23+ export SKIP_PIN_SWAP = 1
2324export SKIP_GATE_CLONING = 1
25+ export RECOVER_POWER = 100
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export CORE_ASPECT_RATIO = 1
1919export CORE_MARGIN = 4
2020
2121export PLACE_DENSITY = 0.50
22+ export RECOVER_POWER = 100
2223
2324ifneq ($(USE_FILL ) ,)
2425export DESIGN_TYPE = CELL
You can’t perform that action at this time.
0 commit comments