summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/rfnoc_graph_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "uhd: Add support for UHD 4.0 feature: RFNoC"Marcus Müller2020-02-091-214/+0
| | | | This reverts commit c3333eb0d7238c82442d1d901df03d5199557213.
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-071-0/+214
This merges the code required to run UHD 4.0 RFNoC features within GNU Radio. For UHD 4.0, this replaces the requirement to install gr-ettus (the OOT module for experimental features produced by Ettus Research / NI). The features added by this commit will only be compiled and included in gr-uhd if the underlying UHD version is at least 4.0. This commit includes the following components: - Block controllers for radio, DDC/DUC, FFT block (C++ and GRC) - Blocks for streamers (ingress/egress) - GRC bindings for GRC-based image builder - GRC domains for RFNoC, ctrl_port, timekeeper bus, and radio connections