Changeset 6858

Show
Ignore:
Timestamp:
11/10/07 12:23:57
Author:
jcorgan
Message:

Restores 8-bit sample format support to FPGA code. Synthesized with 7.1SP1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/usrp/fpga/sdr_lib/rx_buffer.v

    r6776 r6858  
    137137       end 
    138138     else if(~rx_full) 
    139        if(phase == channels
     139       if(phase == ((bitwidth == 5'd8) ? (channels>>1) : channels)
    140140         phase <= 4'd0; 
    141141       else