1
0
Fork 0

Si549: recalibrate TAG_OFFSET for ISERDESE2

DDMTD
morgan 2024-04-25 11:53:24 +08:00
parent bd30de9e6e
commit 11072f3aff
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;