diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-02-19 16:05:30 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-02-20 12:32:14 -0800 |
commit | 47c044e73df8de093b37a5bc6147ec076d44c9d0 (patch) | |
tree | c4ca4def917086d10e65350d68e326e190ce577a /mpm | |
parent | d2b9e6a04158a2aa709e1876b398387357186fe9 (diff) | |
download | uhd-47c044e73df8de093b37a5bc6147ec076d44c9d0.tar.gz uhd-47c044e73df8de093b37a5bc6147ec076d44c9d0.tar.bz2 uhd-47c044e73df8de093b37a5bc6147ec076d44c9d0.zip |
mpm: bist: DDR3 test only enumerates first block
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/bist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/bist.py b/mpm/python/usrp_mpm/bist.py index dc57f2a0c..e26d6d36c 100644 --- a/mpm/python/usrp_mpm/bist.py +++ b/mpm/python/usrp_mpm/bist.py @@ -273,7 +273,7 @@ def test_ddr3_with_usrp_probe(): 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. """ - ddr3_bist_executor = 'uhd_usrp_probe --args addr=127.0.0.1' + ddr3_bist_executor = 'uhd_usrp_probe --args addr=127.0.0.1,rfnoc_num_blocks=1' try: output = subprocess.check_output( ddr3_bist_executor, |