From: Andreas Neiser Date: Thu, 5 Mar 2015 09:29:13 +0000 (+0100) Subject: Revert "DEBUG should be in clk_rd aka ADC clock domain" X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e74f7adcb652563c9fd9aa44b1f969fcd01759e4;p=trb3.git Revert "DEBUG should be in clk_rd aka ADC clock domain" This reverts commit 9f9eae72dd826bac4f1023e802d6c913de96dad1. Conflicts: ADC/source/adc_ad9219.vhd --- diff --git a/ADC/source/adc_ad9219.vhd b/ADC/source/adc_ad9219.vhd index bc251c5..5c5a198 100644 --- a/ADC/source/adc_ad9219.vhd +++ b/ADC/source/adc_ad9219.vhd @@ -323,7 +323,7 @@ begin proc_debug : process begin - wait until rising_edge(clk_rd); + wait until rising_edge(CLK); 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));