aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/rfnoc.py
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: adding RFNoC Python APIBrent Stapleton2020-01-021-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.