Changeset 8987

Show
Ignore:
Timestamp:
07/23/08 17:45:22
Author:
gnychis
Message:

work in progress on a single clock as input to both TX and RX modules, rather than two clocks reset at the same time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/developers/gnychis/fpga/usrp/fpga/toplevel/usrp_inband_usb/usrp_inband_usb.v

    r8430 r8987  
    114114   reg [15:0] debug_counter; 
    115115   reg [15:0] loopback_i_0,loopback_q_0; 
    116     
     116 
     117   // Single timestamp clock for both TX and RX 
     118   reg  [31:0]  timestamp_clock; 
     119   always @(posedge clk64)        // reset the timestamp clock on TX DSP reset 
     120     if(tx_dsp_reset) 
     121       timestamp_clock <= #1 32'd0; 
    117122 
    118123   //Connection RX inband <-> TX inband