Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: rfnoc: finishing noc_block_base::get_mtu | Brent Stapleton | 2020-01-06 | 1 | -0/+2 |
| | | | | | | | Adding bindings for res_source_info, which allows us to use noc_block_base::get_mtu. Fixes: 400b00c34338 ("rfnoc: adding RFNoC Python API") | ||||
* | rfnoc: adding RFNoC Python API | Brent Stapleton | 2020-01-02 | 1 | -0/+18 |
Adding Python bindings for the RFNoC API. This includes the rfnoc_graph, noc_block_base, and several other supporting classes. Templated functions are not currently supported. For example, `rfnoc_graph::get_block` can only return the basic block controller. |