aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/dmafifo_block_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Update the MTU forwarding property for some blocksMartin Braun2022-02-011-0/+3
| | | | | | | | | | | | | | | | Note that the default MTU forwarding policy is ONE_TO_ONE, therefore, it is only strictly necessary to modify the MTU forwarding policy for blocks that route data in a different manner. However, it may be nice to explicitly state the forwarding policy for the benefit of the reader. The following blocks had their policies updated: - addsub: ONE_TO_FAN - duc: ONE_TO_ONE - dmafifo: ONE_TO_ONE - null block: DROP - replay block: DROP - split stream: ONE_TO_FAN - switchboard: ONE_TO_FAN
* lib: Remove unused constantsMartin Braun2021-03-041-2/+0
| | | | | The constants were either commented out, when their value is still useful to the reader, or removed if not.
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-261-0/+71