3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-22 22:03:40 +00:00

Initial skeleton for qbfsat command.

This commit is contained in:
Alberto Gonzalez 2020-03-23 07:42:48 +00:00
parent a0416fe167
commit fb878b2a70
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2
2 changed files with 207 additions and 0 deletions

View file

@ -13,4 +13,5 @@ OBJS += passes/sat/fmcombine.o
OBJS += passes/sat/mutate.o
OBJS += passes/sat/cutpoint.o
OBJS += passes/sat/fminit.o
OBJS += passes/sat/qbfsat.o