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