discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Help with Verilog


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: Help with Verilog
Date: Fri, 10 Nov 2006 08:03:11 -0800
User-agent: Mutt/1.5.9i

On Fri, Nov 10, 2006 at 12:55:06AM -0800, seph 004 wrote:
> 
> >
> >    // USB Side of FIFO
> >    assign have_space = 1'b1;  //quick fix for now. (wrptr <=  4000) not
> > functioning
> >

Lance, 

Setting have_space to a constant 1 effectively turns off flow control
from the host through the FX2 to the FPGA.

Thus, the host will blast away, and you'll be left with only what fit
in the single FIFO.  About 2048 samples IIRC.

Eric




reply via email to

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