soc/cores: add usb_fifo with FT245 USB FIFO PHY from LiteUSB, deprecate LiteUSB
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 24 Jun 2019 08:58:36 +0000 (10:58 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 24 Jun 2019 08:58:36 +0000 (10:58 +0200)
commitecf999b8c717a81b77aff9a8c704c874f90bb02d
treeacb5b058eeabccaa1305c29343176cd2d49e1256
parente667d5ae5330ec8381a7408a256d5557bd6dd6db
soc/cores: add usb_fifo with FT245 USB FIFO PHY from LiteUSB, deprecate LiteUSB

LiteUSB was not up to date was not a real USB PHY but was just providing USB FIFO PHYs.
New true USB cores are now available: Daisho, ValentyUSB, so it's better using
then for true USB support. We only keep the FT245 FIFO PHY in LiteX that can be
useful to interface with USB2/USB3 USB FIFOs.
litex/soc/cores/usb_fifo.py [new file with mode: 0644]
litex_setup.py