forked from M-Labs/artiq
firmware: print more info on DDMTD stability error
This commit is contained in:
parent
74fdd04622
commit
3b6f47886e
|
@ -74,7 +74,8 @@ fn test_ddmtd_stability() -> Result<(), &'static str> {
|
||||||
max_pkpk = pkpk;
|
max_pkpk = pkpk;
|
||||||
}
|
}
|
||||||
if pkpk > tolerance {
|
if pkpk > tolerance {
|
||||||
error!(" ...excessive peak-peak jitter: {}", pkpk);
|
error!(" ...excessive peak-peak jitter: {} (min={} max={} modulo_fix={})", pkpk,
|
||||||
|
min, max, modulo_fix);
|
||||||
return Err("excessive DDMTD peak-peak jitter");
|
return Err("excessive DDMTD peak-peak jitter");
|
||||||
}
|
}
|
||||||
hmc7043::sysref_slip();
|
hmc7043::sysref_slip();
|
||||||
|
|
Loading…
Reference in New Issue