Compare commits

..

2 Commits

Author SHA1 Message Date
morgan 1acd9da095 Firmware: Runtime WRPLL
runtime: drive CLK_SEL to true when si549 is used
runtime & libboard_artiq: allow standalone to use io_expander
si549: add bit bang mmcm dynamic configuration
si549: add frequency counter for refclk
rtio_clocking & si549: add 125Mhz wrpll refclk setup
2024-03-19 11:08:38 +08:00
morgan 603c2e00d0 Firmware: Satman skew calibration & tester
cargo template: add calibrate_wrpll_skew feature
tag collector: add TAG_OFFSET for Satman WRPLL
tag collector: add TAG_OFFSET getter & setter for calibration
tag collector: gate calibrated tag offset behind refclk
tag collector: add tag_offset setter and getter
wrpll: add skew tester and calibration
wrpll: gate calibration behind calibrate_wrpll_skew feature
2024-03-19 11:08:26 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ pub mod wrpll {
}
#[cfg(feature = "calibrate_wrpll_skew")]
pub fn calibrate_skew(timer: &mut GlobalTimer) -> Result<(), &'static str> {
fn calibrate_skew(timer: &mut GlobalTimer) -> Result<(), &'static str> {
info!("calibrating skew to meet timing constraint...");
// clear calibrated value