From 999304cecca30e8c3860d6919cdd9b7f4eada1e2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 19 Feb 2019 14:12:00 -0800 Subject: 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. --- mpm/python/n3xx_bist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python') 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 -- cgit v1.2.3