mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
sayma: print DAC status on JESD not ready error
This commit is contained in:
parent
45efee724e
commit
5c299de3b4
@ -95,7 +95,8 @@ pub mod jdac {
|
||||
return Err("JESD core PHY not done");
|
||||
}
|
||||
if !jesd::ready(dacno) {
|
||||
error!("JESD core reported not ready");
|
||||
error!("JESD core reported not ready, sending status print request");
|
||||
basic_request(dacno, jdac_requests::PRINT_STATUS, 0)?;
|
||||
return Err("JESD core reported not ready");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user