mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
17 lines
202 B
Makefile
17 lines
202 B
Makefile
|
LEDIR = ../
|
||
|
PYTHON = python3
|
||
|
|
||
|
CMD = PYTHONPATH=$(LEDIR) $(PYTHON)
|
||
|
|
||
|
test_regs:
|
||
|
$(CMD) test_regs.py
|
||
|
|
||
|
test_la:
|
||
|
$(CMD) test_la.py
|
||
|
|
||
|
test_udp:
|
||
|
$(CMD) test_udp.py
|
||
|
|
||
|
test_etherbone:
|
||
|
$(CMD) test_etherbone.py
|