mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
13 lines
192 B
Makefile
13 lines
192 B
Makefile
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
|