Message: 4
Date: Mon, 20 Nov 2006 08:15:50 -0800
From: Eric Blossom <[EMAIL PROTECTED]>
Subject: Re: [Discuss-gnuradio] Re: Help with Verilog: write_count
To: seph 004 <[EMAIL PROTECTED]>
Cc: discuss-gnuradio@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
Message: 1
Date: Fri, 17 Nov 2006 09:14:28 -0800
From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: Help with verilog: write_count
To: seph 004
Cc: discuss-gnuradio@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
On Fri, Nov 17, 2006 at 01:02:31AM
On Fri, Nov 17, 2006 at 01:02:31AM -0800, seph 004 wrote:
> Hi
>
> Thanks for responding. So WR & ~write_count[8] should be able to
> serve as a write enable for a ram block?
> Also, while testing with one of the unmodified FPGA builds, I found
> that the have_space control line would sometimes
--
Message: 3
Date: Thu, 16 Nov 2006 12:44:48 -0800
From: Eric Blossom <[EMAIL PROTECTED]>
Subject: Re: [Discuss-gnuradio] Help with Verilog: write_count[8]
To: seph 004 <[EMAIL PROTECTED]>
Cc: discuss-gnuradio@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type:
Message: 2Date: Fri, 10 Nov 2006 08:03:11 -0800From: Eric Blossom <[EMAIL PROTECTED]>Subject: Re: [Discuss-gnuradio] Re: Help with VerilogTo: seph 004 <[EMAIL PROTECTED]>Cc: discuss-gnuradio@gnu.orgMessage-ID: <[EMAIL PROTECTED]>Content-Type: text/plain; charset=us-asciiOn Fri, Nov 10, 2006 at 12:5
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 t
From: "Oussama Sekkat" <[EMAIL PROTECTED]>Subject: Re: [Discuss-gnuradio] Help with VerilogTo: "seph 004" <[EMAIL PROTECTED]>Cc: discuss-gnuradio@gnu.orgMessage-ID:<[EMAIL PROTECTED]>Content-Type: text/plain; charset="iso-8859-1"Hi Lance,On 11/7/06, seph 004 <[EMAIL PROTECTED]> wrote:>> Hi>> I'