]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
ADC: Sim: Cosmetic fixes
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 8 Dec 2014 15:47:56 +0000 (16:47 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 8 Dec 2014 15:47:56 +0000 (16:47 +0100)
ADC/sim/tb_adcprocessor.vhd

index 3eb8bde80b857f22c807a5f3580310c33559cd9a..b71274868a3cbb8f249f2abf2c827c05db09afdd 100644 (file)
@@ -109,6 +109,10 @@ config.block_scale(1)    <= to_unsigned(0   , 8);
 config.block_scale(2)    <= to_unsigned(0   , 8);      
 config.block_scale(3)    <= to_unsigned(0   , 8); 
 config.baseline_reset_value <= to_unsigned(1023*32, 32);
+config.channel_disable <= (others => '0');
+config.check_word1     <= (others => '0');
+config.check_word2     <= (others => '0');
+config.check_word_enable <= '0';
 
 
 readout_rx.valid_notiming_trg <= '0';
@@ -125,7 +129,7 @@ readout_rx.trg_missing        <= '0';
 readout_rx.trg_spike          <= '0';
 readout_rx.buffer_almost_full <= '0';
 
-control <= (others => '0'), (8 => '1',others => '0') after 1us, (others => '0') after 1.01 us,(5 => '1',others => '0') after 5us, (others => '0') after 5.01 us ;
+control <= (others => '0'), (8 => '1',others => '0') after 1 us, (others => '0') after 1.01 us,(5 => '1',others => '0') after 5 us, (others => '0') after 5.01 us ;
 
 proc_rdo : process begin
   readout_rx.data_valid       <= '0';
@@ -182,4 +186,4 @@ end process;
     
     
     
-end architecture;
\ No newline at end of file
+end architecture;