aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-01-24 15:43:42 +0100
committerClifford Wolf <clifford@clifford.at>2014-01-24 15:43:42 +0100
commitd8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701 (patch)
tree392c9940f961fe0063cef5a5eaf78f0ab6a1f7e9 /Makefile
parent0b47d907d36842e0971dd038b5fb6093ca303a8a (diff)
parent761b8f99d71128fbcf193ded7b59184811199324 (diff)
downloadyosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.tar.gz
yosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.tar.bz2
yosys-d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701.zip
Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys into btor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 525d85132..c1af9c558 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ CONFIG := clang-debug
# CONFIG := release
# features (the more the better)
-ENABLE_TCL := 1
+ENABLE_TCL := 0
ENABLE_QT4 := 1
-ENABLE_MINISAT := 1
-ENABLE_ABC := 1
+ENABLE_MINISAT := 0
+ENABLE_ABC := 0
# other configuration flags
ENABLE_GPROF := 0