diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-24 15:43:42 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-24 15:43:42 +0100 |
commit | d8300d1fb8a0c2643b1a3c5b7df3bae0f7a08701 (patch) | |
tree | 392c9940f961fe0063cef5a5eaf78f0ab6a1f7e9 /Makefile | |
parent | 0b47d907d36842e0971dd038b5fb6093ca303a8a (diff) | |
parent | 761b8f99d71128fbcf193ded7b59184811199324 (diff) | |
download | yosys-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |