mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
13 lines
171 B
Makefile
13 lines
171 B
Makefile
MSCDIR = ../../../
|
|
PYTHON = python3
|
|
|
|
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
|
|
|
|
crc_tb:
|
|
$(CMD) crc_tb.py
|
|
|
|
preamble_tb:
|
|
$(CMD) preamble_tb.py
|
|
|
|
ethmac_tb:
|
|
$(CMD) ethmac_tb.py
|