diff options
author | Johann Klammer <klammerj@a1.net> | 2017-02-24 13:18:49 +0100 |
---|---|---|
committer | Johann Klammer <klammerj@a1.net> | 2017-02-24 13:18:49 +0100 |
commit | 6d7a77dbf6fca96efec4e87a5755d7c3a2f6af2a (patch) | |
tree | b05f8bab1510fbb4c1c575ac0ffacea060229651 /Makefile | |
parent | 06df86aae3618cd957a0538693bfabb01487b23d (diff) | |
download | yosys-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |