Skip to content

Commit 01bc23c

Browse files
authored
Merge pull request #3880 from keplertech/signoff-single-commit
enable lec check
2 parents 8b8d340 + f02ce74 commit 01bc23c

44 files changed

Lines changed: 81 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/user/FlowVariables.md

Lines changed: 4 additions & 0 deletions

flow/designs/asap7/aes-mbff/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ export TNS_END_PERCENT = 100
1616

1717
export CLUSTER_FLOPS = 1
1818
export ENABLE_DPO = 0
19+

flow/designs/asap7/aes/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ else ifeq ($(FLOW_VARIANT),combine)
3030
$(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKNAME)/blackbox/1_synth.v
3131
endif
3232

33-
export LEC_CHECK = 1

flow/designs/asap7/aes_lvt/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ export TNS_END_PERCENT = 100
1717
export ASAP7_USE_VT = LVT
1818

1919
export RECOVER_POWER = 100
20+
21+

flow/designs/asap7/cva6/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ export CTS_LIB_NAME = asap7sc7p5t_INVBUF_SLVT_FF_nldm_211120
108108

109109
# Remove rvfi_probes_o interface
110110
export SYNTH_CANONICALIZE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/canonicalize.tcl
111+

flow/designs/asap7/ethmac/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ export CORE_UTILIZATION = 70
1010
export CORE_ASPECT_RATIO = 1
1111
export CORE_MARGIN = 2
1212
export PLACE_DENSITY = 0.75
13+

flow/designs/asap7/ethmac_lvt/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ export PLACE_DENSITY = 0.60
1515
export ASAP7_USE_VT = LVT
1616

1717
export RECOVER_POWER = 1
18+

flow/designs/asap7/gcd/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ export PLACE_DENSITY = 0.35
1414
# a smoketest for this option, there are a
1515
# few last gasp iterations
1616
export SKIP_LAST_GASP ?= 1
17+

flow/designs/asap7/ibex/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ export TNS_END_PERCENT = 100
3030

3131
export SWAP_ARITH_OPERATORS = 1
3232
export OPENROAD_HIERARCHICAL = 1
33+
34+
export LEC_CHECK = 0
35+

flow/designs/asap7/jpeg/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ export PLACE_DENSITY = 0.75
1616
export TNS_END_PERCENT = 100
1717
export EQUIVALENCE_CHECK ?= 1
1818
export REMOVE_CELLS_FOR_EQY = TAPCELL*
19+
20+
export LEC_CHECK = 0
21+
22+

0 commit comments

Comments
 (0)