]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Forgot ADC_DCO skip of ADC10
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Thu, 28 May 2015 12:32:34 +0000 (14:32 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:37:06 +0000 (17:37 +0200)
ADC/source/adc_ad9219.vhd

index a64157e3c2be8fe84db19dea5d6f69e59176d72e..ab22e11462e0375f73b4502db06f804a47013f7b 100644 (file)
@@ -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,