Skip to content

Commit ee50120

Browse files
Noam Cohennanocoh
authored andcommitted
sec check
Signed-off-by: Noam Cohen <noam.chn1@gmail.com>
1 parent 5aacc64 commit ee50120

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

flow/settings.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Enable LEC (Logical Equivalence Check) only if kepler-formal is installed.
1+
# Enable formal checks only if kepler-formal is installed.
22
# kepler-formal is primarily an OpenROAD/ORFS developer tool, not an end-user
3-
# tool. End-users would typically run LEC transactionally at project completion,
4-
# not in every CI run where it wastes CI time.
3+
# tool. End-users would typically run these checks transactionally at project
4+
# completion, not in every CI run where it wastes CI time.
55
export LEC_CHECK ?= $(if $(wildcard $(KEPLER_FORMAL_EXE)),1,0)
6+
export SEC_CHECK ?= $(if $(wildcard $(KEPLER_FORMAL_EXE)),1,0)

0 commit comments

Comments
 (0)