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:
parent
06df86aae3
commit
6d7a77dbf6
2 changed files with 32 additions and 48 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue