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/periph_manager/sim.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mpm/python/usrp_mpm/periph_manager/sim.py') diff --git a/mpm/python/usrp_mpm/periph_manager/sim.py b/mpm/python/usrp_mpm/periph_manager/sim.py index 20d2486c0..b5cc45807 100644 --- a/mpm/python/usrp_mpm/periph_manager/sim.py +++ b/mpm/python/usrp_mpm/periph_manager/sim.py @@ -143,8 +143,6 @@ class sim(PeriphManagerBase): self._xport_mgrs = { 'udp': SimXportMgrUDP(self.log, args, SimEthDispatcher) } - #TODO: Actually create transports here when RFNoC is integrated - self.log.trace("CHDR transport creation was skipped") # Init complete. self.log.debug("Device info: {}".format(self.device_info)) @@ -174,6 +172,7 @@ class sim(PeriphManagerBase): this motherboard. """ self.device_id = device_id + self.chdr_endpoint.set_device_id(device_id) def get_device_id(self): """ -- cgit v1.2.3