From aa0fc914b7c7a137ea1dd350938f3920dda65052 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Thu, 16 Apr 2015 10:47:58 +0200 Subject: [PATCH] Make readout more compatible --- ADC/source/adc_processor_cfd.vhd | 2 +- ADC/source/adc_processor_cfd_ch.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ADC/source/adc_processor_cfd.vhd b/ADC/source/adc_processor_cfd.vhd index bc87cc2..6556d80 100644 --- a/ADC/source/adc_processor_cfd.vhd +++ b/ADC/source/adc_processor_cfd.vhd @@ -195,7 +195,7 @@ begin when WAIT_RAM => busy_in_sys <= '1'; ram_counter(channelselect) <= ram_counter(channelselect) + 1; - RDO_data_main <= x"cc" & std_logic_vector(epoch_counter_save(channelselect)); + RDO_data_main <= x"e0" & std_logic_vector(epoch_counter_save(channelselect)); RDO_write_main <= not CONF_sys.ChannelDisable(DEVICE * CHANNELS + channelselect); state <= READOUT; diff --git a/ADC/source/adc_processor_cfd_ch.vhd b/ADC/source/adc_processor_cfd_ch.vhd index 8068f5e..c121ab4 100644 --- a/ADC/source/adc_processor_cfd_ch.vhd +++ b/ADC/source/adc_processor_cfd_ch.vhd @@ -276,7 +276,7 @@ begin state <= LOCKED; else debug_counter := debug_counter - 1; - RAM_DATA(31 downto 24) <= x"cd"; + RAM_DATA(31 downto 24) <= x"00"; RAM_DATA(23 downto 20) <= std_logic_vector(to_unsigned(DEVICE, 4)); RAM_DATA(19 downto 16) <= std_logic_vector(to_unsigned(CHANNEL, 4)); RAM_DATA(15 downto 0) <= debug_mux; -- 2.43.0