aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohann Klammer <klammerj@a1.net>2017-02-23 19:42:37 +0100
committerJohann Klammer <klammerj@a1.net>2017-02-23 19:42:37 +0100
commit06df86aae3618cd957a0538693bfabb01487b23d (patch)
tree76c460074e282c3a9f4176db6dbf6c6b499a8d69 /Makefile
parent00dba4c197b7e3b6c1d1f7b90ae7b1e6172b1e5f (diff)
downloadyosys-06df86aae3618cd957a0538693bfabb01487b23d.tar.gz
yosys-06df86aae3618cd957a0538693bfabb01487b23d.tar.bz2
yosys-06df86aae3618cd957a0538693bfabb01487b23d.zip
add options for edif flavors
*to force renames on wide ports *to choose array delimiters *to choose up or downwards indices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a6779334e..76163d823 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ CONFIG := clang
# CONFIG := msys2
# features (the more the better)
-ENABLE_TCL := 1
-ENABLE_ABC := 1
-ENABLE_PLUGINS := 1
+ENABLE_TCL := 0
+ENABLE_ABC := 0
+ENABLE_PLUGINS := 0
ENABLE_READLINE := 1
ENABLE_VERIFIC := 0
ENABLE_COVER := 1