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)


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to