diff options
author | Johann Klammer <klammerj@a1.net> | 2017-02-23 19:42:37 +0100 |
---|---|---|
committer | Johann Klammer <klammerj@a1.net> | 2017-02-23 19:42:37 +0100 |
commit | 06df86aae3618cd957a0538693bfabb01487b23d (patch) | |
tree | 76c460074e282c3a9f4176db6dbf6c6b499a8d69 /Makefile | |
parent | 00dba4c197b7e3b6c1d1f7b90ae7b1e6172b1e5f (diff) | |
download | yosys-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |