| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 1 | -1/+61 |
| | | | | | | | | | | | | All noc_block_base derivatives are now plugged into the tick rate system. Connected nodes can only have one tick rate among them. This implies there is also only ever one tick rate per block. set_tick_rate() is a protected API call which can be called by blocks such as radio blocks to actually set a tick rate. Other blocks would only ever read the tick rate, which is handled by the get_tick_rate() API call. | ||||
| * | rfnoc: Add block registry/factory and make_args | Martin Braun | 2019-11-26 | 1 | -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 class | Martin Braun | 2019-11-26 | 1 | -0/+11 |
| This is a parent class for all block controllers. | |||||
