Changeset 7289
- Timestamp:
- 12/27/07 13:44:00
- Files:
-
- gnuradio/branches/releases/3.1/usrp/fpga/rbf/rev2/std_2rxhb_2tx.rbf (modified) (previous)
- gnuradio/branches/releases/3.1/usrp/fpga/rbf/rev2/std_4rx_0tx.rbf (modified) (previous)
- gnuradio/branches/releases/3.1/usrp/fpga/rbf/rev4/std_2rxhb_2tx.rbf (modified) (previous)
- gnuradio/branches/releases/3.1/usrp/fpga/rbf/rev4/std_4rx_0tx.rbf (modified) (previous)
- gnuradio/branches/releases/3.1/usrp/fpga/sdr_lib/rx_buffer.v (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.1/usrp/fpga/sdr_lib/rx_buffer.v
r6785 r7289 137 137 end 138 138 else if(~rx_full) 139 if(phase == channels)139 if(phase == ((bitwidth == 5'd8) ? (channels>>1) : channels)) 140 140 phase <= 4'd0; 141 141 else
