litex/misoclib/com/liteusb/test/Makefile
Florent Kermarrec 603b4cdc8c liteusb: continue refactoring (virtual UART and DMA working on minispartan6)
- rename ft2232h phy to ft245.
- make crc optional
- fix depacketizer
- refactor uart (it's now only a wrapper around standard UART)
- fix and update dma
2015-05-01 16:11:15 +02:00

13 lines
184 B
Makefile

MSCDIR = ../../
PYTHON = python3
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
ft245_sync_tb:
$(CMD) ft245_sync_tb.py
ft245_async_tb:
$(CMD) ft245_async_tb.py
core_tb:
$(CMD) core_tb.py