Skip to content

Commit 8f9418b

Browse files
committed
Merge remote-tracking branch 'public/master' into recover_power
* public/master: swap the recover_power secure CI/CD tests (since no access to debug failures) reduce power recovery to meet timing (can't debug for now due to lack of access) add power recovery to secure CI/CD cases update with power recovery code for secure CI/CD
2 parents 9eb671a + bbee43c commit 8f9418b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

flow/designs/gf12/aes/config.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))
66
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
77
export ABC_AREA = 1
88

9-
export CORE_UTILIZATION = 40
9+
export CORE_UTILIZATION = 40
1010
export 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
1414

1515
ifneq ($(USE_FILL),)
1616
export DESIGN_TYPE = CELL
1717
else
1818
export DESIGN_TYPE = CELL_NODEN
1919
endif
20+

flow/designs/gf12/jpeg/config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
1414

1515
export PLACE_DENSITY = 0.75
16-
export SKIP_PIN_SWAP = 1
1716

1817
ifneq ($(USE_FILL),)
1918
export DESIGN_TYPE = CELL
2019
else
2120
export DESIGN_TYPE = CELL_NODEN
2221
endif
22+
23+
export SKIP_PIN_SWAP = 1
2324
export SKIP_GATE_CLONING = 1

flow/designs/gf55/aes/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export CORE_ASPECT_RATIO = 1
1919
export CORE_MARGIN = 4
2020

2121
export PLACE_DENSITY = 0.50
22+
export RECOVER_POWER = 100
2223

2324
ifneq ($(USE_FILL),)
2425
export DESIGN_TYPE = CELL

flow/designs/tsmc65lp/aes/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ export CORE_ASPECT_RATIO = 1
1111
export CORE_MARGIN = 5
1212

1313
export PLACE_DENSITY = 0.70
14+
export RECOVER_POWER = 100

0 commit comments

Comments
 (0)