Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: Add default block controller | Martin Braun | 2019-11-26 | 1 | -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_args | Martin Braun | 2019-11-26 | 1 | -0/+88 |
- noc_block_base now has a ctor defined - The registry stores factory functions to the individual Noc-Block implementations |