aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
...
* rfnoc: adding filter_api mixin class for blocksBrent Stapleton2019-11-261-0/+42
* rfnoc: Add DUC block controllerMartin Braun2019-11-263-0/+125
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-261-0/+13
* rfnoc: Add MTU trackingMartin Braun2019-11-264-0/+74
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-261-0/+1
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-2/+7
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-265-38/+57
* rfnoc: Add a new builder script for FPGA images based on eRFNoC.Lars Amsel2019-11-2614-0/+721
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-261-2/+2
* rfnoc: actions: Add rx_event action typeMartin Braun2019-11-261-2/+17
* rfnoc: node: Make register_property() unlock RW accessMartin Braun2019-11-261-1/+10
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-8/+13
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-263-17/+74
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-11/+19
* rfnoc: Add clock selection to blocksMartin Braun2019-11-263-17/+23
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-262-0/+36
* rfnoc: register_iface_holder: Add ability to invalidate and updateMartin Braun2019-11-261-0/+3
* rfnoc: noc_block_base: Store property tree reference from make_argsMartin Braun2019-11-261-0/+13
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-261-0/+28
* rfnoc: rfnoc_graph: Add API to query the number of motherboardsMartin Braun2019-11-261-0/+1
* rfnoc: enumerate and construct block controllers, enable connect()Brent Stapleton2019-11-261-8/+15
* rfnoc: Add null block controllerMartin Braun2019-11-262-0/+89
* rfnoc: noc_block_base: Pass args into block on constructionMartin Braun2019-11-262-0/+11
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-0/+16
* rfnoc: noc_block_base: Add API to reduce num portsMartin Braun2019-11-261-0/+33
* rfnoc: Add mb_controller APIMartin Braun2019-11-266-0/+415
* rfnoc: Add radio block controllerMartin Braun2019-11-262-0/+689
* rfnoc: Added src port, EPID getters to register_iface, 64-bit callsAshish Chaudhari2019-11-261-1/+62
* rfnoc: noc_block_base: Handle the tick_rate property internallyMartin Braun2019-11-262-0/+36
* rfnoc: node: Add API to query and set edge propertiesMartin Braun2019-11-262-7/+50
* uhd: add new transport interface and base class implementationCiro Nishiguchi2019-11-262-0/+70
* rfnoc: Add default block controllerMartin Braun2019-11-263-5/+30
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+136
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-261-0/+3
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-261-6/+20
* log: Add convenience macros for logging from RFNoC blocksMartin Braun2019-11-261-0/+7
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-262-0/+234
* rfnoc: Move graph_edge data structure to its own header, add to_string()Martin Braun2019-11-262-0/+87
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-262-17/+19
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-264-2/+143
* rfnoc: Add block_poke support to reg_iface async msgAshish Chaudhari2019-11-261-1/+2
* rfnoc: add register_iface holder classMartin Braun2019-11-262-2/+42
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-262-0/+223
* rfnoc: node: Add default command time APIMartin Braun2019-11-261-0/+42
* rfnoc: Add action APIMartin Braun2019-11-264-17/+187
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-264-592/+0
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-262-26/+247
* rfnoc: Add noc_block_base classMartin Braun2019-11-261-0/+92
* rfnoc: add chdr packet interfaceTrung Tran2019-11-262-15/+196
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-267-0/+712