aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/registry_factory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add default block controllerMartin Braun2019-11-261-1/+2
| | | | | The default block controller should get instantiated when no other suitable block controller can be found.
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-261-0/+88
- noc_block_base now has a ctor defined - The registry stores factory functions to the individual Noc-Block implementations