aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/fft_block_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Augment FFT RFNoC block controllerAaron Rossetto2020-06-181-30/+120
| | | | | | | This commit augments the existing FFT RFNoC block controller with C++ functions through which the block can be configured, as well as adding range checking to the various properties that sit atop the FFT RFNoC block registers.
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-5/+2
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* rfnoc: Port FFT controllerLars Amsel2019-11-261-0/+114
rfnoc used noc-script for FFT controller implementation. Because erfnoc does not support noc-script yet, the implementation is done as a rfnoc controller.