aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-06-07 13:59:13 +0200
committerClifford Wolf <clifford@clifford.at>2013-06-07 13:59:13 +0200
commit46fbe9d26299a7b6197463b3056d778f525658fb (patch)
tree748b515d870f60b047e77e4b3e93257a116ccb46 /passes/sat/Makefile.inc
parent3371563f2f14ce0d6bc7798d0fc802b54aae93c8 (diff)
downloadyosys-46fbe9d26299a7b6197463b3056d778f525658fb.tar.gz
yosys-46fbe9d26299a7b6197463b3056d778f525658fb.tar.bz2
yosys-46fbe9d26299a7b6197463b3056d778f525658fb.zip
Added SAT generator and simple sat_solve command
Diffstat (limited to 'passes/sat/Makefile.inc')
-rw-r--r--passes/sat/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/passes/sat/Makefile.inc b/passes/sat/Makefile.inc
new file mode 100644
index 000000000..873f97468
--- /dev/null
+++ b/passes/sat/Makefile.inc
@@ -0,0 +1,3 @@
+
+OBJS += passes/sat/sat_solve.o
+