aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/addsub_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
* rfnoc: Add Add/Sub RFNoC block supportAaron Rossetto2020-05-281-0/+78