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