litedram/test/Makefile
2016-05-23 17:20:42 +02:00

12 lines
168 B
Makefile

COREDIR = ../
PYTHON = python3
CMD = PYTHONPATH=$(COREDIR) $(PYTHON)
bist_tb:
$(CMD) bist_tb.py
bist_async_tb:
$(CMD) bist_async_tb.py
all: bist_tb bist_async_tb