litex/liteeth/test/Makefile
Florent Kermarrec 1d447f2ae1 ip: add skeleton
2015-01-30 13:23:06 +01:00

20 lines
261 B
Makefile

LEDIR = ../../
PYTHON = python3
CMD = PYTHONPATH=$(LEDIR) $(PYTHON)
model_tb:
$(CMD) ./model/mac.py
$(CMD) ./model/arp.py
mac_core_tb:
$(CMD) mac_core_tb.py
mac_wishbone_tb:
$(CMD) mac_wishbone_tb.py
arp_tb:
$(CMD) arp_tb.py
ip_tb:
$(CMD) ip_tb.py