| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 2 | -2/+158 |
* | rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKID | Martin Braun | 2019-11-26 | 1 | -2/+7 |
* | rfnoc: graph: Initialize properties on all nodes during init | Martin Braun | 2019-11-26 | 2 | -0/+10 |
* | rfnoc: flushing and reset blocks on graph creation | Brent Stapleton | 2019-11-26 | 2 | -3/+66 |
* | rfnoc: Add clock selection to blocks | Martin Braun | 2019-11-26 | 7 | -35/+83 |
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 5 | -3/+33 |
* | rfnoc: register_iface_holder: Add ability to invalidate and update | Martin Braun | 2019-11-26 | 2 | -0/+93 |
* | rfnoc: Make a chdr_ctrl_xport using the new link APIs | Alex Williams | 2019-11-26 | 3 | -101/+106 |
* | rfnoc: Add chdr_ctrl_xport | Alex Williams | 2019-11-26 | 2 | -0/+148 |
* | rfnoc: noc_block_base: Store property tree reference from make_args | Martin Braun | 2019-11-26 | 1 | -1/+4 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: Add device_id allocator | Martin Braun | 2019-11-26 | 2 | -0/+18 |
* | rfnoc: Fixed race condition in chdr_ctrl_endpoint | Ashish Chaudhari | 2019-11-26 | 1 | -2/+4 |
* | rfnoc: Add check_topology() API to nodes | Martin Braun | 2019-11-26 | 2 | -0/+53 |
* | rfnoc: rfnoc_graph: Add API to query the number of motherboards | Martin Braun | 2019-11-26 | 1 | -1/+11 |
* | rfnoc: enumerate and construct block controllers, enable connect() | Brent Stapleton | 2019-11-26 | 1 | -3/+202 |
* | rfnoc: Add null block controller | Martin Braun | 2019-11-26 | 2 | -0/+183 |
* | rfnoc: noc_block_base: Pass args into block on construction | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 2 | -2/+31 |
* | rfnoc: noc_block_base: Add API to reduce num ports | Martin Braun | 2019-11-26 | 1 | -0/+20 |
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 5 | -0/+133 |
* | rfnoc: SW support for FPGA byte swapper | Ashish Chaudhari | 2019-11-26 | 1 | -8/+31 |
* | rfnoc: Add radio block controller | Martin Braun | 2019-11-26 | 2 | -0/+772 |
* | rfnoc: Added src port, EPID getters to register_iface, 64-bit calls | Ashish Chaudhari | 2019-11-26 | 1 | -1/+14 |
* | rfnoc: Graph and link stream manager API cleanup | Ashish Chaudhari | 2019-11-26 | 4 | -45/+247 |
* | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 2 | -40/+62 |
* | rfnoc: node: Fix resolution of properties with circular dependencies | Martin Braun | 2019-11-26 | 1 | -41/+51 |
* | rfnoc: Enable daisy-chaining in mgmt_portal | Ashish Chaudhari | 2019-11-26 | 1 | -5/+14 |
* | rfnoc: Added link/graph specific stream managers | Ashish Chaudhari | 2019-11-26 | 5 | -0/+462 |
* | rfnoc: API cleanup for ctrl/mgmt code | Ashish Chaudhari | 2019-11-26 | 2 | -60/+72 |
* | rfnoc: Moved chdr types/packet class out of chdr dir | Ashish Chaudhari | 2019-11-26 | 7 | -26/+13 |
* | rfnoc: Add default block controller | Martin Braun | 2019-11-26 | 4 | -2/+28 |
* | rfnoc: Add DDC block controller | Martin Braun | 2019-11-26 | 2 | -0/+558 |
* | rfnoc: Added clock_iface to convey info about clocks | Ashish Chaudhari | 2019-11-26 | 2 | -19/+26 |
* | rfnoc: Use RTTI "serialization" for stream commands | Martin Braun | 2019-11-26 | 1 | -0/+24 |
* | rfnoc: Support for new backend iface plus fixes | Ashish Chaudhari | 2019-11-26 | 1 | -10/+12 |
* | rfnoc: Add rfnoc_graph class | Martin Braun | 2019-11-26 | 2 | -0/+161 |
* | rfnoc: Change Block-ID format to 0/FFT#1 | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | rfnoc: Add block registry/factory and make_args | Martin Braun | 2019-11-26 | 3 | -0/+108 |
* | rfnoc: Add block_poke support to reg_iface async msg | Ashish Chaudhari | 2019-11-26 | 1 | -4/+4 |
* | rfnoc: adding client_zero | Brent Stapleton | 2019-11-26 | 2 | -0/+214 |
* | rfnoc: Added impl for reg_iface and ctrl_endpoint | Ashish Chaudhari | 2019-11-26 | 4 | -1/+655 |
* | rfnoc: node: Add default command time API | Martin Braun | 2019-11-26 | 1 | -0/+23 |
* | rfnoc: Add action API | Martin Braun | 2019-11-26 | 4 | -0/+187 |
* | rfnoc: Added initial impl for mgmt_portal | Ashish Chaudhari | 2019-11-26 | 2 | -1/+998 |
* | rfnoc: Refactored CHDR packet interfaces | Ashish Chaudhari | 2019-11-26 | 4 | -0/+656 |
* | rfnoc: Add property propagation, Boost.Graph storage | Martin Braun | 2019-11-26 | 3 | -9/+764 |
* | rfnoc: Add detail::block_container_t class | Martin Braun | 2019-11-26 | 2 | -0/+75 |
* | rfnoc: Add noc_block_base class | Martin Braun | 2019-11-26 | 2 | -0/+12 |
* | rfnoc: Add properties, nodes, and accessors | Martin Braun | 2019-11-26 | 2 | -0/+120 |