3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 19:21:23 +00:00

add options for edif flavors

*to force renames on wide ports
*to choose array delimiters
*to choose up or downwards indices
This commit is contained in:
Johann Klammer 2017-02-23 19:42:37 +01:00
parent 00dba4c197
commit 06df86aae3
2 changed files with 63 additions and 7 deletions

View file

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