Skip to content

Commit 6d51795

Browse files
authored
Merge pull request #1528 from The-OpenROAD-Project-staging/secure-update-OR
Undo recover power for asap7/ethmac_lvt
2 parents be1e850 + cd6e1bf commit 6d51795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/asap7/ethmac_lvt/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +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 = 100
26+
export RECOVER_POWER = 1

flow/designs/asap7/ethmac_lvt/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__drc_errors": {
35-
"value": 3,
35+
"value": 0,
3636
"compare": "<="
3737
},
3838
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)