Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 1 | -0/+6 |
| | | | | | | | | On destruction, the rfnoc_graph will call shutdown() on all blocks. This allows a safe de-initialization of blocks independent of the lifetime of the noc_block_base::sptr. Also adds the shutdown feature to null_block_control. | ||||
* | rfnoc: Add detail::block_container_t class | Martin Braun | 2019-11-26 | 1 | -0/+57 |
This is a storage for the noc_block_base derivatives. It supports finding blocks. |