Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: Add null block controller | Martin Braun | 2019-11-26 | 1 | -0/+87 |
| | |||||
* | rfnoc: noc_block_base: Pass args into block on construction | Martin Braun | 2019-11-26 | 1 | -0/+2 |
| | | | | | These args come from the framework, e.g., because the UHD session was launched with them. | ||||
* | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 1 | -0/+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/+66 |