Skip to content

Commit 53ad587

Browse files
authored
Merge pull request #3985 from The-OpenROAD-Project-staging/secure-enable-kf-lec-check
Enable Kepler-formal LEC for multiple designs
2 parents 7a3f3d5 + 379570f commit 53ad587

34 files changed

Lines changed: 183 additions & 48 deletions

File tree

flow/designs/asap7/ibex/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ export TNS_END_PERCENT = 100
3131
export SWAP_ARITH_OPERATORS = 1
3232
export OPENROAD_HIERARCHICAL = 1
3333

34-
export LEC_CHECK = 0
35-

flow/designs/asap7/jpeg/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ export TNS_END_PERCENT = 100
1717
export EQUIVALENCE_CHECK ?= 1
1818
export REMOVE_CELLS_FOR_EQY = TAPCELL*
1919

20-
export LEC_CHECK = 0
21-
2220

flow/designs/asap7/mock-alu/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ export ROUTING_LAYER_ADJUSTMENT = 0.45
1111
export SWAP_ARITH_OPERATORS = 1
1212
export OPENROAD_HIERARCHICAL = 1
1313

14-
export LEC_CHECK = 0
15-

flow/designs/asap7/swerv_wrapper/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ export ROUTING_LAYER_ADJUSTMENT = 0.2
6161
export SWAP_ARITH_OPERATORS = 1
6262
export OPENROAD_HIERARCHICAL = 1
6363

64-
export LEC_CHECK = 0

flow/designs/gf12/ariane/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ export REMOVE_ABC_BUFFERS = 1
3737

3838
export SWAP_ARITH_OPERATORS = 1
3939
export OPENROAD_HIERARCHICAL = 1
40-
41-
export LEC_CHECK = 0

flow/designs/gf12/bp_dual/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
6666
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl
6767

6868
export MACRO_PLACE_HALO = 7 7
69-
70-
export LEC_CHECK = 0

flow/designs/gf12/bp_single/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,3 @@ export SETUP_SLACK_MARGIN ?= 100
7171

7272
export SWAP_ARITH_OPERATORS = 1
7373
export OPENROAD_HIERARCHICAL = 1
74-
75-
export LEC_CHECK = 0

flow/designs/gf12/ca53/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ endif
6969
#export SKIP_PIN_SWAP = 1
7070
export SKIP_INCREMENTAL_REPAIR = 1
7171
export TNS_END_PERCENT = 5
72-
73-
export LEC_CHECK = 0

flow/designs/gf12/tinyRocket/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ endif
4141

4242
export SWAP_ARITH_OPERATORS = 1
4343
export OPENROAD_HIERARCHICAL = 1
44-
45-
export LEC_CHECK = 0

flow/designs/gf180/ibex/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ export PLACE_DENSITY_LB_ADDON = 0.1
1818
export SWAP_ARITH_OPERATORS = 1
1919
export OPENROAD_HIERARCHICAL = 1
2020

21-
export LEC_CHECK = 0
22-

0 commit comments

Comments
 (0)