litedram/test/Makefile

10 lines
113 B
Makefile
Raw Normal View History

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