aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/noc_block_base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-261-0/+18
| | | | | | - noc_block_base now has a ctor defined - The registry stores factory functions to the individual Noc-Block implementations
* rfnoc: Add noc_block_base classMartin Braun2019-11-261-0/+11
This is a parent class for all block controllers.