]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Fix ram_read_cfd handling
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Fri, 6 Feb 2015 14:25:47 +0000 (15:25 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:54 +0000 (17:36 +0200)
ADC/source/adc_processor.vhd

index 4aea223e3e031af4e088388637246301c4f6ea21..ea053c168842b7ebe90f3d9cb2db1d837ab294c7 100644 (file)
@@ -863,7 +863,7 @@ PROC_CFD_READOUT : process
   variable ch               : integer range 0 to CHANNELS-1 := 0;
 begin
        wait until rising_edge(CLK);
-       
+  ram_read_cfd         <= (others => '0');     
   readout_cfd_finished <= '0';
   RDO_write_cfd        <= '0';