HDL_FOLDER = ./hdl HDL = $(wildcard $(HDL_FOLDER)/*.py) test: py.test --disable-pytest-warnings -v $(HDL) test-w: py.test -v $(HDL) clean: $(RM) -rf simulation/* gen_verilog/* hdl/__pycache__ .pytest_cache