From e043d480fa396e172d65855dae48a14d3bad2641 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Thu, 5 Mar 2015 10:26:27 +0100 Subject: [PATCH] Revert "Lets try without the state debug stuff" This reverts commit f3e25f1e7ce05bc738872e86b4f96155aa61e7f6. --- ADC/source/adc_ad9219.vhd | 2 +- ADC/source/adc_processor_cfd.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ADC/source/adc_ad9219.vhd b/ADC/source/adc_ad9219.vhd index ae9e2c7..bc251c5 100644 --- a/ADC/source/adc_ad9219.vhd +++ b/ADC/source/adc_ad9219.vhd @@ -324,7 +324,7 @@ begin proc_debug : process begin wait until rising_edge(clk_rd); - --state_qq(i) <= state_q(i); + state_qq(i) <= state_q(i); counter_q(i) <= counter(i); DEBUG(i * 32 + 31 downto i * 32 + 4) <= std_logic_vector(counter_q(i)); case state_qq(i) is diff --git a/ADC/source/adc_processor_cfd.vhd b/ADC/source/adc_processor_cfd.vhd index 45039ea..ffa7c23 100644 --- a/ADC/source/adc_processor_cfd.vhd +++ b/ADC/source/adc_processor_cfd.vhd @@ -228,7 +228,7 @@ begin end process; statebits <= std_logic_vector(to_unsigned(state_t'pos(state), 8)) when rising_edge(CLK_SYS); - --statebits_adc <= statebits when rising_edge(CLK_ADC); + statebits_adc <= statebits when rising_edge(CLK_ADC); PROC_DEBUG_BUFFER : process variable c : integer range 0 to 3; -- 2.43.0