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