From: Andreas Neiser Date: Mon, 8 Jun 2015 13:26:47 +0000 (+0200) Subject: Minor fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dd26319471084665815362c10531367486ab6eb8;p=trb3.git Minor fix --- diff --git a/ADC/trb3_periph_adc.vhd b/ADC/trb3_periph_adc.vhd index e9853d5..4d0fd22 100644 --- a/ADC/trb3_periph_adc.vhd +++ b/ADC/trb3_periph_adc.vhd @@ -366,7 +366,7 @@ gen_reallogic : if READOUT_MODE /= READOUT_MODE_DUMMY generate TRIGGER_IN => TRIGGER_LEFT, READOUT_RX => readout_rx, - READOUT_TX => readout_tx(2 to DEVICES), + READOUT_TX => readout_tx(2 to DEVICES-1+2), READOUT_TX_CFD => readout_tx(1), BUS_RX => busadc_rx, BUS_TX => busadc_tx,