Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 1 | -39/+1 |
| | | | | | | | | | | | 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 DDC block controller | Martin Braun | 2019-11-26 | 1 | -0/+557 |