From d42ddc804118b2e9120c84efd477f9f4b3f8472e Mon Sep 17 00:00:00 2001 From: Samuel O'Brien Date: Wed, 5 Aug 2020 10:00:20 -0500 Subject: sim: Support Streaming This commit add support for both Tx and Rx streams to the simulator. Signed-off-by: Samuel O'Brien --- mpm/python/usrp_mpm/simulator/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpm/python/usrp_mpm/simulator/CMakeLists.txt') diff --git a/mpm/python/usrp_mpm/simulator/CMakeLists.txt b/mpm/python/usrp_mpm/simulator/CMakeLists.txt index b1f44ef12..e95709249 100644 --- a/mpm/python/usrp_mpm/simulator/CMakeLists.txt +++ b/mpm/python/usrp_mpm/simulator/CMakeLists.txt @@ -17,6 +17,10 @@ set(USRP_MPM_SIMULATOR_FILES ${CMAKE_CURRENT_SOURCE_DIR}/noc_block_regs.py ${CMAKE_CURRENT_SOURCE_DIR}/rfnoc_graph.py ${CMAKE_CURRENT_SOURCE_DIR}/stream_ep_regs.py + ${CMAKE_CURRENT_SOURCE_DIR}/sample_source.py + ${CMAKE_CURRENT_SOURCE_DIR}/chdr_stream.py + ${CMAKE_CURRENT_SOURCE_DIR}/rfnoc_common.py + ${CMAKE_CURRENT_SOURCE_DIR}/stream_endpoint_node.py ) list(APPEND USRP_MPM_FILES ${USRP_MPM_SIMULATOR_FILES}) set(USRP_MPM_FILES ${USRP_MPM_FILES} PARENT_SCOPE) -- cgit v1.2.3