From e74f7adcb652563c9fd9aa44b1f969fcd01759e4 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Thu, 5 Mar 2015 10:29:13 +0100 Subject: [PATCH] Revert "DEBUG should be in clk_rd aka ADC clock domain" This reverts commit 9f9eae72dd826bac4f1023e802d6c913de96dad1. Conflicts: ADC/source/adc_ad9219.vhd --- ADC/source/adc_ad9219.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.43.0