discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Programming USRP FPGA


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Programming USRP FPGA
Date: Sat, 6 Jan 2007 18:06:38 -0800
User-agent: Mutt/1.5.9i

On Sat, Jan 06, 2007 at 04:45:40PM -0800, pradeepbhat wrote:
> 
> hello, 
> 
> I am a newbie to GNURADIO. I have installed the gnuradio on cygwin. All the
> example codes run fine. I also have the installed USRP and the example codes
> for USRP are up and running. I just wanted to know how do you go about
> Programming/reprogramming  the FPGA in the USRP board using the VERILOG in
> Altera Quartus 2 Software. 
> 
> Thanks in Advance 
> 
> Pradeep

Hi Pradeep, welcome!

If by programming you mean how do you get a particular fpga
configuration loaded into the fpga, the host side library loads either
the default or the specific ".rbf" file named in the constructor of
usrp.source_c and usrp.sink_c.  This happens over the USB.


If you want to know who to build custom FPGA bitstreams, then it's best
to start with existing top level code in
usrp/fpga/toplevel/usrp_std/usrp_std.v and go from there.  
You can find brief directions on building the existing code in 
usrp/README

I hope this helped!

Eric






reply via email to

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