From: Andreas Neiser Date: Mon, 9 Feb 2015 12:56:51 +0000 (+0100) Subject: ADC: Keep readout data lines low when not actually using X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c8baded9b903635c1af936821ecc0bf44206cf28;p=trb3.git ADC: Keep readout data lines low when not actually using --- diff --git a/ADC/source/adc_processor.vhd b/ADC/source/adc_processor.vhd index 21d17dd..42811bd 100644 --- a/ADC/source/adc_processor.vhd +++ b/ADC/source/adc_processor.vhd @@ -725,6 +725,7 @@ begin psa_clear <= '0'; psa_enable <= '1'; RDO_write_psa <= '0'; + RDO_data_psa <= (others => '0'); case psa_state is when PSA_IDLE => channel := 0; @@ -841,6 +842,7 @@ begin ram_read_cfd <= (others => '0'); readout_cfd_finished <= '0'; RDO_write_cfd <= '0'; + RDO_data_cfd <= (others => '0'); case cfd_state is when CFD_IDLE =>