3
0
Fork 0
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:
akash 2024-03-29 19:23:08 -07:00
parent dd35d2da23
commit 632a70454c
2 changed files with 9 additions and 2 deletions

View file

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