Skip to content

Commit 9c1c8c2

Browse files
committed
reduce power recovery to meet timing (can't debug for now due to lack of access)
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent fb83498 commit 9c1c8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/gf12/aes/config.mk

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

1313
export PLACE_DENSITY = 0.80
14-
export RECOVER_POWER = 100
14+
export RECOVER_POWER = 40
1515

1616
ifneq ($(USE_FILL),)
1717
export DESIGN_TYPE = CELL

flow/designs/gf12/jpeg/config.mk

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

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

0 commit comments

Comments
 (0)