3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-17 22:24:22 +00:00

ezsat: New Sat class to call an external command

This commit is contained in:
Gabriel Gouvine 2024-03-25 11:33:52 +00:00 committed by Gus Smith
parent bfd1401b32
commit 9315f02c17
3 changed files with 121 additions and 0 deletions

View file

@ -638,6 +638,7 @@ $(eval $(call add_include_file,kernel/yosys_common.h))
$(eval $(call add_include_file,kernel/yw.h))
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
$(eval $(call add_include_file,libs/ezsat/ezcommand.h))
ifeq ($(ENABLE_ZLIB),1)
$(eval $(call add_include_file,libs/fst/fstapi.h))
endif
@ -683,6 +684,7 @@ OBJS += libs/json11/json11.o
OBJS += libs/ezsat/ezsat.o
OBJS += libs/ezsat/ezminisat.o
OBJS += libs/ezsat/ezcommand.o
OBJS += libs/minisat/Options.o
OBJS += libs/minisat/SimpSolver.o