3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-25 07:13:42 +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

7
.gitignore vendored
View file

@ -46,3 +46,10 @@ __pycache__
/tests/unit/bintest/ /tests/unit/bintest/
/tests/unit/objtest/ /tests/unit/objtest/
/tests/ystests /tests/ystests
# Created during tests
/tests/arch/quicklogic/pp3/run-test.mk
/tests/arch/quicklogic/qlf_k6n10f/run-test.mk
/tests/verilog/roundtrip_proc_1.v
/tests/verilog/roundtrip_proc_2.v

View file

@ -22,11 +22,11 @@ ENABLE_VERIFIC_LIBERTY := 1
DISABLE_VERIFIC_EXTENSIONS := 1 DISABLE_VERIFIC_EXTENSIONS := 1
DISABLE_VERIFIC_VHDL := 1 DISABLE_VERIFIC_VHDL := 1
ENABLE_COVER := 1 ENABLE_COVER := 1
ENABLE_LIBYOSYS := 0 ENABLE_LIBYOSYS := 1
ENABLE_ZLIB := 1 ENABLE_ZLIB := 1
# python wrappers # python wrappers
ENABLE_PYOSYS := 0 ENABLE_PYOSYS := 1
# other configuration flags # other configuration flags
ENABLE_GCOV := 0 ENABLE_GCOV := 0