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