Changeset 8988
- Timestamp:
- 07/23/08 17:48:52
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/toplevel/usrp_inband_usb/usrp_inband_usb.v
r8987 r8988 120 120 if(tx_dsp_reset) 121 121 timestamp_clock <= #1 32'd0; 122 else 123 timestamp_clock <= timestamp_clock + 32'd1; 122 124 123 125 //Connection RX inband <-> TX inband
