Skip to content

Commit fb83498

Browse files
committed
add power recovery to secure CI/CD cases
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent e7c4ee9 commit fb83498

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

flow/designs/gf12/aes/config.mk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ 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
14+
export RECOVER_POWER = 100
1415

1516
ifneq ($(USE_FILL),)
1617
export DESIGN_TYPE = CELL
1718
else
1819
export DESIGN_TYPE = CELL_NODEN
1920
endif
21+

flow/designs/gf12/jpeg/config.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ 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
25+
export RECOVER_POWER = 100

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

0 commit comments

Comments
 (0)