From 8939703b3bbd4009cb91769c08d9924cfd371b77 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 8 Dec 2014 16:47:56 +0100 Subject: [PATCH] ADC: Sim: Cosmetic fixes --- ADC/sim/tb_adcprocessor.vhd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ADC/sim/tb_adcprocessor.vhd b/ADC/sim/tb_adcprocessor.vhd index 3eb8bde..b712748 100644 --- a/ADC/sim/tb_adcprocessor.vhd +++ b/ADC/sim/tb_adcprocessor.vhd @@ -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; -- 2.43.0