aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Collapse)AuthorAgeFilesLines
...
| * rfnoc: Matched signatures for clear()Martin Braun2016-11-281-1/+1
| |
| * Remove and recreate properties with member function callbacks inunknown2016-11-181-0/+32
| | | | | | | | | | legacy_compat_impl dtor to prevent future sessions from calling into the destroyed bound functions
* | rfnoc: Minor cleanup in ctrl_ifaceMartin Braun2016-11-092-100/+12
| | | | | | | | | | | | | | | | - Removed dump queue concept (was geared towards b200 anyway) - Removed some superfluous lines - Requires bidirectional transports Reviewed-By: Michael West <michael.west@ettus.com>
* | rfnoc: Removed transport endianness as make argMartin Braun2016-11-091-1/+0
| | | | | | | | | | | | | | | | | | This is only confusing, since the blocks do not have to care about endianness. The control interface needs to know (and takes care of it internally), and the streaming transport does the same (and does not directly connect to blocks). Reviewed-By: Michael West <michael.west@ettus.com>
* | rfnoc: Moved transport endianness as property into both_xports_tMartin Braun2016-11-091-0/+2
|/ | | | Reviewed-By: Michael West <michael.west@ettus.com>
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-0813-84/+84
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* X300: Fix for channel 1 failure to ACK a TX burst.michael-west2016-11-071-0/+3
| | | | | | - Added mapping from radio block and port to channel in legacy compat layer. - Improved parsing of stream args and added parsing of radio ID and port parameters for each channel. - Added proper programming of the response SID based on the new radio ID and port parameters.
* rfnoc legacy compat: Call update_*_streamer on all samp rate updatesMartin Braun2016-10-271-5/+44
| | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
* rfnoc: Fixed case where stream terminators would not notify node about ↵Martin Braun2016-10-192-0/+3
| | | | active status
* Legacy: Improve awareness of tick rates in a streamerMartin Braun2016-10-171-2/+2
| | | | Prevents incorrect errors about conflicting tickrates in a streamer
* rfnoc nodes: Disconnect on destructMartin Braun2016-10-131-0/+47
|
* rfnoc radio: Minor adjustment of time setters in headerMartin Braun2016-10-131-1/+1
|
* rfnoc: Wrong bit locations on sr_error_policy were being setPaul David2016-10-031-2/+6
|
* rfnoc: legacy compat cache will always recreate entriesMartin Braun2016-08-231-6/+5
|
* rfnoc: Radios now ignore stream commands when inactiveMartin Braun2016-08-111-0/+4
|
* rfnoc graph: Removed debugging verbageMartin Braun2016-08-101-4/+4
|
* rfnoc: Legacy compat tracks TX and RX spp values separatelyMartin Braun2016-08-091-17/+37
|
* rfnoc: ctrl_iface error messages are now no longer the same as ↵Martin Braun2016-08-091-5/+5
| | | | radio_ctrl_core_3000
* Merging RFNoC support for X310Martin Braun2016-08-0944-0/+7774