From 2f7c74ead80959b261545def6f225dc1c18d02ea Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Fri, 6 Feb 2015 15:25:47 +0100 Subject: [PATCH] Fix ram_read_cfd handling --- ADC/source/adc_processor.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC/source/adc_processor.vhd b/ADC/source/adc_processor.vhd index 4aea223..ea053c1 100644 --- a/ADC/source/adc_processor.vhd +++ b/ADC/source/adc_processor.vhd @@ -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'; -- 2.43.0