Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 1 | -0/+10 |
| | |||||
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 1 | -0/+13 |
| | | | | | | | | | The mb_controller is an interface to hardware-specific functions of the motherboard. The API works in two ways: - The user can request access to it, and thus interact directly with the motherboard - RFNoC blocks can request access to it, if they need to interact with the motherboard themselves. | ||||
* | rfnoc: Add rfnoc_graph class | Martin Braun | 2019-11-26 | 1 | -0/+160 |
This replaces device3() for RFNoC applications. |