]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Make readout more compatible
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Thu, 16 Apr 2015 08:47:58 +0000 (10:47 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:37:04 +0000 (17:37 +0200)
ADC/source/adc_processor_cfd.vhd
ADC/source/adc_processor_cfd_ch.vhd

index bc87cc2e57501897ef99f9cf1b30ac9da95c22c3..6556d8047caff7c21537c1e1fa73d932a3d890e6 100644 (file)
@@ -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;
         
index 8068f5ebb4d30c4dce1ad437f1dee87c49cd65c2..c121ab47a29e786024ffc87afad6a2d5c593dae1 100644 (file)
@@ -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;