]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
ADC: Keep readout data lines low when not actually using
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 9 Feb 2015 12:56:51 +0000 (13:56 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:55 +0000 (17:36 +0200)
ADC/source/adc_processor.vhd

index 21d17dde1f314d16430d07fe779340507b7bcbfc..42811bd57a29df03b2d501af2bfeb89af902a541 100644 (file)
@@ -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 =>