Skip to content

Commit add4a12

Browse files
authored
Merge pull request #1388 from openroadie/recover_power
Recover power
2 parents bbee43c + 8f9418b commit add4a12

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
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/ethmac_lvt/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"detailedroute__route__drc_errors": {
51-
"value": 0,
51+
"value": 3,
5252
"compare": "<="
5353
},
5454
"finish__timing__setup__ws": {
@@ -83,4 +83,4 @@
8383
"value": -10.0,
8484
"compare": ">="
8585
}
86-
}
86+
}

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)