commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5861 - gnuradio/branches/developers/matt/u2f/control_


From: matt
Subject: [Commit-gnuradio] r5861 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Thu, 28 Jun 2007 00:58:30 -0600 (MDT)

Author: matt
Date: 2007-06-28 00:58:29 -0600 (Thu, 28 Jun 2007)
New Revision: 5861

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/ss_rcvr.v
Log:
moved declaration to compile on ise


Modified: gnuradio/branches/developers/matt/u2f/control_lib/ss_rcvr.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/ss_rcvr.v 2007-06-28 
06:57:09 UTC (rev 5860)
+++ gnuradio/branches/developers/matt/u2f/control_lib/ss_rcvr.v 2007-06-28 
06:58:29 UTC (rev 5861)
@@ -45,6 +45,7 @@
    // Read Address generation
    wire [3:0]     wr_ctr_sys, diff, abs_diff;
    reg [3:0]      wr_addr_sys_d1, wr_addr_sys_d2;
+   reg [3:0]      rd_counter;
    
    assign         rd_addr = {rd_counter[3], ^rd_counter[3:2], 
^rd_counter[2:1], ^rd_counter[1:0]};
    
@@ -59,7 +60,6 @@
    assign         diff = wr_ctr_sys - rd_counter;
    assign         abs_diff = diff[3] ? (~diff+1) : diff;
    
-   reg [3:0]      rd_counter;
    always @(posedge sysclk)
      if(rst)
        begin





reply via email to

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