mirror of https://github.com/YosysHQ/abc.git
14 lines
396 B
Makefile
14 lines
396 B
Makefile
SRC += src/proof/cec/cecCec.c \
|
|
src/proof/cec/cecChoice.c \
|
|
src/proof/cec/cecClass.c \
|
|
src/proof/cec/cecCore.c \
|
|
src/proof/cec/cecCorr.c \
|
|
src/proof/cec/cecIso.c \
|
|
src/proof/cec/cecMan.c \
|
|
src/proof/cec/cecPat.c \
|
|
src/proof/cec/cecSeq.c \
|
|
src/proof/cec/cecSolve.c \
|
|
src/proof/cec/cecSplit.c \
|
|
src/proof/cec/cecSynth.c \
|
|
src/proof/cec/cecSweep.c
|