mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:22:33 +02:00
15 lines
425 B
Makefile
15 lines
425 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/cecSat.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
|