aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/n3xx_bist
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-02-19 14:12:00 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-02-20 12:31:49 -0800
commit564a106bd83ff2c28d2cb5c649d144bea44d044c (patch)
tree4148704e99d61dd08390e085cdbdb3060ff4f108 /mpm/python/n3xx_bist
parenteffa0dacad9c1d42a97bb204939946677947d32b (diff)
downloaduhd-564a106bd83ff2c28d2cb5c649d144bea44d044c.tar.gz
uhd-564a106bd83ff2c28d2cb5c649d144bea44d044c.tar.bz2
uhd-564a106bd83ff2c28d2cb5c649d144bea44d044c.zip
mpm: n3xx: Remove DDR3 from standard BIST collection
We can't guarantee that there is actually a DDR3/DRAM FIFO block on the image. So, don't run that test by default. In order to run the DDR3 bist, running `n3xx_bist ddr3` is still valid. However, it requires an image with the DRAM FIFO enabled.
Diffstat (limited to 'mpm/python/n3xx_bist')
-rwxr-xr-xmpm/python/n3xx_bist2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist
index 604222517..fab76e33a 100755
--- a/mpm/python/n3xx_bist
+++ b/mpm/python/n3xx_bist
@@ -32,7 +32,7 @@ class N3XXBIST(bist.UsrpBIST):
usrp_type = "N3XX"
# This defines special tests that are really collections of other tests.
collections = {
- 'standard': ["ddr3", "gpsdo", "rtc", "temp", "fan", "tpm"],
+ 'standard': ["gpsdo", "rtc", "temp", "fan", "tpm"],
'extended': "*",
}
# Default FPGA image type