From: Andreas Neiser Date: Thu, 28 May 2015 12:32:34 +0000 (+0200) Subject: Forgot ADC_DCO skip of ADC10 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=478b24652473554d7194448b70881d8bafb5208c;p=trb3.git Forgot ADC_DCO skip of ADC10 --- diff --git a/ADC/source/adc_ad9219.vhd b/ADC/source/adc_ad9219.vhd index a64157e..ab22e11 100644 --- a/ADC/source/adc_ad9219.vhd +++ b/ADC/source/adc_ad9219.vhd @@ -192,8 +192,8 @@ begin port map( clk_0 => ADC_DCO(1), clk_1 => ADC_DCO(2), - clk_2 => ADC_DCO(3), - clk_3 => ADC_DCO(4), + clk_2 => ADC_DCO(4), + clk_3 => ADC_DCO(5), clkdiv_reset => RESTART_IN, eclk => clk_adcfast_i, reset_0 => restart_i,