From c8baded9b903635c1af936821ecc0bf44206cf28 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 9 Feb 2015 13:56:51 +0100 Subject: [PATCH] ADC: Keep readout data lines low when not actually using --- ADC/source/adc_processor.vhd | 2 ++ 1 file changed, 2 insertions(+) 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 => -- 2.43.0