aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/factory.hpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add mb_controller APIMartin Braun2019-11-261-1/+4
| | | | | | | | | The mb_controller is an interface to hardware-specific functions of the motherboard. The API works in two ways: - The user can request access to it, and thus interact directly with the motherboard - RFNoC blocks can request access to it, if they need to interact with the motherboard themselves.
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-261-0/+32
- noc_block_base now has a ctor defined - The registry stores factory functions to the individual Noc-Block implementations