2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

firmware: print more info on DDMTD stability error

This commit is contained in:
Sebastien Bourdeauducq 2019-01-27 23:06:11 +08:00
parent 74fdd04622
commit 3b6f47886e

View File

@ -74,7 +74,8 @@ fn test_ddmtd_stability() -> Result<(), &'static str> {
max_pkpk = pkpk;
}
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");
}
hmc7043::sysref_slip();