Si549: recalibrate TAG_OFFSET for ISERDESE2

pull/295/head
morgan 2024-04-25 11:53:24 +08:00 committed by sb10q
parent 3f57de6ec7
commit 61315c29b9
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ pub mod wrpll {
use super::*;
#[cfg(wrpll_ref_clk = "GT_CDR")]
static mut TAG_OFFSET: u32 = 19050;
static mut TAG_OFFSET: u32 = 8382;
#[cfg(wrpll_ref_clk = "SMA_CLKIN")]
static mut TAG_OFFSET: u32 = 0;
static mut REF_TAG: u32 = 0;