aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohann Klammer <klammerj@a1.net>2017-02-24 13:18:49 +0100
committerJohann Klammer <klammerj@a1.net>2017-02-24 13:18:49 +0100
commit6d7a77dbf6fca96efec4e87a5755d7c3a2f6af2a (patch)
treeb05f8bab1510fbb4c1c575ac0ffacea060229651 /Makefile
parent06df86aae3618cd957a0538693bfabb01487b23d (diff)
downloadyosys-6d7a77dbf6fca96efec4e87a5755d7c3a2f6af2a.tar.gz
yosys-6d7a77dbf6fca96efec4e87a5755d7c3a2f6af2a.tar.bz2
yosys-6d7a77dbf6fca96efec4e87a5755d7c3a2f6af2a.zip
Did as you requested, /but/...
Now the nets are wired in reverse again because the netlister still uses zero-based indices.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 76163d823..a6779334e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ CONFIG := clang
# CONFIG := msys2
# features (the more the better)
-ENABLE_TCL := 0
-ENABLE_ABC := 0
-ENABLE_PLUGINS := 0
+ENABLE_TCL := 1
+ENABLE_ABC := 1
+ENABLE_PLUGINS := 1
ENABLE_READLINE := 1
ENABLE_VERIFIC := 0
ENABLE_COVER := 1