From 632a70454c6f60606e1c9dedf3c8d4db0e27cd0b Mon Sep 17 00:00:00 2001 From: akash Date: Fri, 29 Mar 2024 19:23:08 -0700 Subject: [PATCH] Update .gitignore and Makefile --- .gitignore | 7 +++++++ Makefile | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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