discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Bug due to halfband and Why are the resets removed


From: Martin Dvh
Subject: [Discuss-gnuradio] Bug due to halfband and Why are the resets removed
Date: Thu, 08 Dec 2005 16:54:16 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20051002)

The new halfbandfilter stuff broke the debug_counter.
I think this minipatch is the solution.
I found this because I also use a counter in the fpga and it broke when I 
updated my sourcetree.

I also wonder why all the resets are removed.
Are all the registers reset in another way now?

Greetings,
Martin
--- old/usrp_std.v      2005-12-08 16:42:50.000000000 +0100
+++ new/usrp_std.v      2005-12-08 16:45:00.000000000 +0100
@@ -183,7 +183,7 @@
        debug_counter <= #1 16'd0;
      else if(~enable_rx)
        debug_counter <= #1 16'd0;
-     else if(strobe_decim)
+     else if(hb_strobe)
        debug_counter <=#1 debug_counter + 16'd2;

    always @(posedge clk64)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]