aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/replay_block_ctrl_impl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/rfnoc/replay_block_ctrl_impl.cpp b/host/lib/rfnoc/replay_block_ctrl_impl.cpp
index 3809cebc0..e9b119085 100644
--- a/host/lib/rfnoc/replay_block_ctrl_impl.cpp
+++ b/host/lib/rfnoc/replay_block_ctrl_impl.cpp
@@ -98,6 +98,10 @@ public:
uint32_t get_words_per_packet(const size_t chan) {
return _params[chan].words_per_packet;
}
+
+ void play_halt(const size_t chan) {
+ sr_write("RX_CTRL_HALT", 1, chan);
+ }
/***************************************************************************