aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-02-19 16:05:30 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-02-20 12:31:49 -0800
commit1e5674967d4db2d4742794bbae1ae56ac3619fdd (patch)
tree01711af7d28567404db03781f63ba3b6845fc662
parentfa52c97c008a2d42af0d4faf9be837ff2bfe4ad3 (diff)
downloaduhd-1e5674967d4db2d4742794bbae1ae56ac3619fdd.tar.gz
uhd-1e5674967d4db2d4742794bbae1ae56ac3619fdd.tar.bz2
uhd-1e5674967d4db2d4742794bbae1ae56ac3619fdd.zip
mpm: bist: DDR3 test only enumerates first block
-rw-r--r--mpm/python/usrp_mpm/bist.py2
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,