From 4d601c2102afab368ed2cd99080efd0aa9d5cc69 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Apr 2020 22:36:03 +0800 Subject: [PATCH] sayma: improve DAC sync messaging --- artiq/firmware/satman/jdcg.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/firmware/satman/jdcg.rs b/artiq/firmware/satman/jdcg.rs index a497ce505..ee61aecbc 100644 --- a/artiq/firmware/satman/jdcg.rs +++ b/artiq/firmware/satman/jdcg.rs @@ -527,6 +527,7 @@ pub mod jesd204sync { info!(" ...done"); // We tested that the value is correct - now use it + info!("sychronizing DAC-{}", dacno); hmc7043_sysref_delay_dac(dacno, delay); ad9154_sync(dacno)?;