litex/migen/actorlib
Florent Kermarrec 8db549a23d actorlib/structuring: add Converter
Converter enables easy conversions of data width on dataflows.
It handles the 3 possibles cases:
- downconverter
- upconverter
- direct connection when data width are identical.
2014-11-01 21:43:52 +08:00
..
__init__.py actorlib: Wishbone DMA read master (WIP) 2012-01-10 17:10:18 +01:00
crc.py crc: generate error asynchronously to avoid stalling the flow and simplify 2014-11-01 21:21:46 +08:00
dma_lasmi.py use new direct access on endpoints 2014-10-20 23:12:16 +08:00
dma_wishbone.py use new direct access on endpoints 2014-10-20 23:12:16 +08:00
fifo.py use new direct access on endpoints 2014-10-20 23:12:16 +08:00
misc.py use new direct access on endpoints 2014-10-20 23:12:16 +08:00
sim.py remove trailing whitespaces 2014-10-17 17:08:46 +08:00
spi.py DMAWriteController: fix Demultiplexer layout 2014-10-20 23:58:16 +08:00
structuring.py actorlib/structuring: add Converter 2014-11-01 21:43:52 +08:00