Skip to content

Commit 754b7e7

Browse files
committed
test all the paths with positive slack for power recovery (bad moves will be rolled back)
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent e7b6e34 commit 754b7e7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

flow/designs/asap7/aes_lvt/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/asap7sc7p5t_AO_RVT_FF_nldm_2
2424
export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/asap7sc7p5t_28_R_220121a.gds
2525
export ADDITIONAL_LEFS = $(PLATFORM_DIR)/lef/asap7sc7p5t_28_R_1x_220121a.lef
2626

27-
export RECOVER_POWER = 20
27+
export RECOVER_POWER = 100

flow/designs/asap7/ethmac_lvt/config.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/asap7sc7p5t_AO_RVT_FF_nldm_2
2323

2424
export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/asap7sc7p5t_28_R_220121a.gds
2525
export ADDITIONAL_LEFS = $(PLATFORM_DIR)/lef/asap7sc7p5t_28_R_1x_220121a.lef
26-
export RECOVER_POWER = 1
27-
26+
export RECOVER_POWER = 100

flow/designs/asap7/jpeg_lvt/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export PLACE_DENSITY = 0.60
2424

2525
export DFF_LIB_FILE = $($(CORNER)_DFF_LIB_FILE)
2626
export TNS_END_PERCENT = 100
27-
export RECOVER_POWER = 20
27+
export RECOVER_POWER = 100
2828

0 commit comments

Comments
 (0)