From 13f4b9ec43e581f994a235619495ccd06c98ad54 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 28 Jan 2022 16:29:07 +0100 Subject: mpm: Remove further references to rfnoc_num_blocks This is a follow-up to 89f99fac. In 2a575bf9b, a reference to rfnoc_num_blocks was accidentally put back into MPM. --- mpm/python/usrp_mpm/bist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm') diff --git a/mpm/python/usrp_mpm/bist.py b/mpm/python/usrp_mpm/bist.py index 6678b132d..6a7886515 100644 --- a/mpm/python/usrp_mpm/bist.py +++ b/mpm/python/usrp_mpm/bist.py @@ -276,7 +276,7 @@ def test_ddr3_with_usrp_probe(extra_args=None): reporting a good throughput. This is a bit of a roundabout way of testing the DDR3, but it uses existing software and also tests the RFNoC pathways. """ - dflt_args = {'addr':'127.0.0.1', 'rfnoc_num_blocks':1} + dflt_args = {'addr':'127.0.0.1'} extra_args = extra_args or {} # merge args dicts, extra_args overrides dflt_args if keys exists in both dicts args = {**dflt_args, **extra_args} -- cgit v1.2.3