litex/liteeth/test/Makefile

14 lines
192 B
Makefile
Raw Normal View History

2015-01-28 03:14:01 -05:00
LEDIR = ../../
PYTHON = python3
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
mac_crc_tb:
$(CMD) mac_crc_tb.py
mac_preamble_tb:
$(CMD) mac_preamble_preamble_tb.py
ethmac_tb:
$(CMD) ethmac_tb.py