]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Revert "DEBUG should be in clk_rd aka ADC clock domain"
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Thu, 5 Mar 2015 09:29:13 +0000 (10:29 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:37:02 +0000 (17:37 +0200)
This reverts commit 9f9eae72dd826bac4f1023e802d6c913de96dad1.

Conflicts:
ADC/source/adc_ad9219.vhd

ADC/source/adc_ad9219.vhd

index bc251c56e7edd20acff45dcec50f671ba1e6c38c..5c5a198086ae3df54680b4158c392afd5e61c981 100644 (file)
@@ -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));