Index: TestSupport.c =================================================================== diff -u -r15a51afe22cbd841aea9edc4ed66db7e021ddc69 -r25c3fb3f0df41d7d125dc92062112eef57243a08 --- TestSupport.c (.../TestSupport.c) (revision 15a51afe22cbd841aea9edc4ed66db7e021ddc69) +++ TestSupport.c (.../TestSupport.c) (revision 25c3fb3f0df41d7d125dc92062112eef57243a08) @@ -15,6 +15,7 @@ * ***************************************************************************/ +#include "BloodLeak.h" #include "Common.h" #ifdef _DD_ #include "FpgaDD.h" @@ -540,6 +541,8 @@ } else { + // Initialize the blood leak driver since the FPGA registers are changed + initBloodLeak(); // initialize FPGA registers to Beta 2.0 initFPGAPerHW( TRUE ); } @@ -571,6 +574,8 @@ #ifdef _DD_ if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) { + // Initialize the blood leak driver since the FPGA registers are changed + initBloodLeak(); // initialize FPGA registers to Beta 1.9 or below initFPGAPerHW( FALSE ); }