f7cfac6310dd64a839f1492164f8131d492afa1f
[litex.git] / liteeth / test / Makefile
1 LEDIR = ../../
2 PYTHON = python3
3
4 CMD = PYTHONPATH=$(LEDIR) $(PYTHON)
5
6 model_tb:
7 $(CMD) ./model/mac.py
8 $(CMD) ./model/arp.py
9
10 mac_core_tb:
11 $(CMD) mac_core_tb.py
12
13 mac_wishbone_tb:
14 $(CMD) mac_wishbone_tb.py
15
16 arp_tb:
17 $(CMD) arp_tb.py