Re: [Discuss-gnuradio] FPGA .rbf file

2007-08-01 Thread Eric Blossom
On Wed, Aug 01, 2007 at 03:34:56PM -0700, Michael P Buettner wrote: > >On Tue, May 08, 2007 at 10:59:33AM -0400, Steven Clark wrote: > >> Hi all- > >> > >> I noticed that both the usrp.source and usrp.sink blocks have the > >ability to > >> specify the .rbf bit file for the FPGA. > >> > >> Does

Re: [Discuss-gnuradio] FPGA .rbf file

2007-08-01 Thread Michael P Buettner
On Tue, May 08, 2007 at 10:59:33AM -0400, Steven Clark wrote: > Hi all- > > I noticed that both the usrp.source and usrp.sink blocks have the ability to > specify the .rbf bit file for the FPGA. > > Does that mean that in the following: > > > self.usrp_in = usrp.source_c (fpga_filename="file_

Re: [Discuss-gnuradio] FPGA .rbf file

2007-05-08 Thread Eric Blossom
On Tue, May 08, 2007 at 10:59:33AM -0400, Steven Clark wrote: > Hi all- > > I noticed that both the usrp.source and usrp.sink blocks have the ability to > specify the .rbf bit file for the FPGA. > > Does that mean that in the following: > > > self.usrp_in = usrp.source_c (fpga_filename="file_A.

[Discuss-gnuradio] FPGA .rbf file

2007-05-08 Thread Steven Clark
Hi all- I noticed that both the usrp.source and usrp.sink blocks have the ability to specify the .rbf bit file for the FPGA. Does that mean that in the following: self.usrp_in = usrp.source_c (fpga_filename="file_A.rbf") self.usrp_out = usrp.sink_c (fpga_filename="file_B.rbf") Only file_B ha