MSCDIR = ../../../../
PYTHON = python3
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
wishbone_tb:
$(CMD) wishbone_tb.py
dma_tb:
$(CMD) dma_tb.py