aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/rx_stream_terminator.hpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Fix potential double-overrun handling in rx stream terminatorMartin Braun2017-10-041-0/+3
| | | | | | It's feasible that error messages are sent out during overrun handling, which would cause a nested invocation of handle_overrun(). This adds a lock to prevent that.
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+86