]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Minor index offset fix
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 24 Feb 2015 09:40:15 +0000 (10:40 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:59 +0000 (17:36 +0200)
ADC/source/adc_handler.vhd

index d8e1262ff36a3556f0f2eb8835c68a0ea5fea04c..2353af45d1d8cde0e5a10e5bf6b3ebdf8f06e58e 100644 (file)
@@ -369,7 +369,7 @@ begin
         )
         port map(
           CLK_SYS               => CLK,
-          CLK_ADC               => adc_clk(i),
+          CLK_ADC               => adc_clk(i+1),
           ADC_DATA              => adc_data_out((i + 1) * RESOLUTION * CHANNELS - 1 downto i * RESOLUTION * CHANNELS),
           TRIGGER_OUT           => adc_trigger(i),
           CONTROL(31 downto 0)  => strobe_reg,