mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-18 02:16:41 +00:00
Update .gitignore and Makefile
This commit is contained in:
parent
dd35d2da23
commit
632a70454c
2 changed files with 9 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -22,11 +22,11 @@ ENABLE_VERIFIC_LIBERTY := 1
|
|||
DISABLE_VERIFIC_EXTENSIONS := 1
|
||||
DISABLE_VERIFIC_VHDL := 1
|
||||
ENABLE_COVER := 1
|
||||
ENABLE_LIBYOSYS := 0
|
||||
ENABLE_LIBYOSYS := 1
|
||||
ENABLE_ZLIB := 1
|
||||
|
||||
# python wrappers
|
||||
ENABLE_PYOSYS := 0
|
||||
ENABLE_PYOSYS := 1
|
||||
|
||||
# other configuration flags
|
||||
ENABLE_GCOV := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue