aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/chdr_ctrl_endpoint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-261-4/+4
| | | | | The inteface provides a mechanism for users of clocks to query information such as the running status or rate
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-261-0/+180
- Added new register_iface class that translates high-level peek/poke calls into CHDR control payloads - Added new chdr_ctrl_endpoint class that emulates a control stream endpoint in SW. It can create and handle multiple register interfaces