litex/liteeth/test/Makefile

11 lines
152 B
Makefile
Raw Normal View History

2015-01-28 03:14:01 -05:00
LEDIR = ../../
PYTHON = python3
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
2015-01-28 04:25:33 -05:00
mac_core_tb:
$(CMD) mac_core_tb.py
2015-01-28 03:14:01 -05:00
2015-01-28 04:25:33 -05:00
mac_wishbone_tb:
$(CMD) mac_wishbone_tb.py