3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-27 21:48:58 +00:00

Did as you requested, /but/...

Now the nets are wired in reverse again because the netlister still uses zero-based indices.
This commit is contained in:
Johann Klammer 2017-02-24 13:18:49 +01:00
parent 06df86aae3
commit 6d7a77dbf6
2 changed files with 32 additions and 48 deletions

View file

@ -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