litex/misoclib/ethmac/test/Makefile

14 lines
171 B
Makefile
Raw Normal View History

2014-11-20 19:47:11 -05:00
MSCDIR = ../../../
PYTHON = python3
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
crc_tb:
$(CMD) crc_tb.py
preamble_tb:
$(CMD) preamble_tb.py
ethmac_tb:
$(CMD) ethmac_tb.py