From: Andreas Neiser Date: Tue, 24 Feb 2015 09:40:15 +0000 (+0100) Subject: Minor index offset fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3c0728ac58e6eeb457410e5b50ef69d103f2ef97;p=trb3.git Minor index offset fix --- diff --git a/ADC/source/adc_handler.vhd b/ADC/source/adc_handler.vhd index d8e1262..2353af4 100644 --- a/ADC/source/adc_handler.vhd +++ b/ADC/source/adc_handler.vhd @@ -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,