diff --git a/.gitignore b/.gitignore index 6e4ffea42..51a0e81de 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,10 @@ __pycache__ /tests/unit/bintest/ /tests/unit/objtest/ /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 + diff --git a/Makefile b/Makefile index 346f4ddbb..624cbe28e 100644 --- a/Makefile +++ b/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