Skip to content

Commit d074070

Browse files
committed
swap the recover_power secure CI/CD tests (since no access to debug failures)
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 9c1c8c2 commit d074070

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

flow/designs/gf12/aes/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export CORE_ASPECT_RATIO = 1
1111
export CORE_MARGIN = 2
1212

1313
export PLACE_DENSITY = 0.80
14-
export RECOVER_POWER = 40
1514

1615
ifneq ($(USE_FILL),)
1716
export DESIGN_TYPE = CELL

flow/designs/gf12/jpeg/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ endif
2222

2323
export SKIP_PIN_SWAP = 1
2424
export SKIP_GATE_CLONING = 1
25-
export RECOVER_POWER = 50

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)