aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/null_block_control.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-06-07 21:37:15 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:27 -0800
commit6bd43946a71173cbf0f1d318843ba34d6849dc30 (patch)
tree35e0b46fc8e399718d6adafcda0929c86e0035ad /host/lib/rfnoc/null_block_control.cpp
parent491a74269e7d7d7589119c22f229c994d8a2c3f8 (diff)
downloaduhd-6bd43946a71173cbf0f1d318843ba34d6849dc30.tar.gz
uhd-6bd43946a71173cbf0f1d318843ba34d6849dc30.tar.bz2
uhd-6bd43946a71173cbf0f1d318843ba34d6849dc30.zip
rfnoc: Add shutdown feature to blocks
On destruction, the rfnoc_graph will call shutdown() on all blocks. This allows a safe de-initialization of blocks independent of the lifetime of the noc_block_base::sptr. Also adds the shutdown feature to null_block_control.
Diffstat (limited to 'host/lib/rfnoc/null_block_control.cpp')
-rw-r--r--host/lib/rfnoc/null_block_control.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/host/lib/rfnoc/null_block_control.cpp b/host/lib/rfnoc/null_block_control.cpp
index be0738b76..21042453d 100644
--- a/host/lib/rfnoc/null_block_control.cpp
+++ b/host/lib/rfnoc/null_block_control.cpp
@@ -162,9 +162,11 @@ private:
});
}
- /**************************************************************************
- * FPGA communication (register IO)
- *************************************************************************/
+ void deinit()
+ {
+ issue_stream_cmd(stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS);
+ }
+
/**************************************************************************
* Attributes