Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-28 Thread Gabriel Morel
- Original Message - From: Eduardo Lloret Fuentes To: discuss-gnuradio Sent: Monday, February 28, 2011 10:10 AM Subject: Re: [Discuss-gnuradio] Doubt about FPGA code and firmware Hello, Sorry for answering so late. @Gabriel Morel For my Master Thesis I had to implement a

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-28 Thread Eduardo Lloret Fuentes
Hello, Sorry for answering so late. @Gabriel Morel For my Master Thesis I had to implement a kind of test bench for different versions of a particular block. Nothing really complex, multiplexers, filters, etc. The point is I must use the USRP2 board. @Matthias Wilhelm Could I ask why you recom

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-14 Thread Matt Ettus
On 02/14/2011 06:09 AM, Eduardo Lloret Fuentes wrote: > Hello, > > @Nick Foster > > If your FPGA design doesn't include a Microblaze processor to do > something useful with the firmware image, you won't need to load the > firmware. > > > My FPGA design doesn't include a Microblaze p

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-14 Thread Matthias Wilhelm
Am 14.02.2011 um 15:09 schrieb Eduardo Lloret Fuentes: > Hello, > > @Nick Foster > If your FPGA design doesn't include a Microblaze processor to do > something useful with the firmware image, you won't need to load the > firmware. > > My FPGA design doesn't include a Microblaze processor so I a

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-14 Thread Gabriel Morel
- Original Message - From: Eduardo Lloret Fuentes To: Matthias Wilhelm Cc: discuss-gnuradio Sent: Monday, February 14, 2011 9:09 AM Subject: Re: [Discuss-gnuradio] Doubt about FPGA code and firmware Hello, @Nick Foster If your FPGA design doesn't incl

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-14 Thread Eduardo Lloret Fuentes
Hello, @Nick Foster > If your FPGA design doesn't include a Microblaze processor to do > something useful with the firmware image, you won't need to load the > firmware. > My FPGA design doesn't include a Microblaze processor so I also think that I don't need it. My doubt comes from the boot seq

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-09 Thread Matthias Wilhelm
Hello, if you plan to use any part of the USRP2's hardware (daughterboard, ADC, UART, ethernet, ...) and don't want to implement all the steps required to configure and use them properly, I would suggest to integrate your code parallel to the vanilla system (the UHD one!), it is far more work t

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-09 Thread Gabriel Morel
, 2011 8:19 AM Subject: [Discuss-gnuradio] Doubt about FPGA code and firmware Good morning, I have developed a custom FPGA design for my thesis and I would like to test it using the FPGA inside the USRP2. Since this design is just a combination of filters, multiplexers and signal generators

Re: [Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-09 Thread Nick Foster
On Wed, 2011-02-09 at 14:19 +0100, Eduardo Lloret Fuentes wrote: > Good morning, > > I have developed a custom FPGA design for my thesis and I would like > to test it using the FPGA inside the USRP2. Since this design is just > a combination of filters, multiplexers and signal generators and I am

[Discuss-gnuradio] Doubt about FPGA code and firmware

2011-02-09 Thread Eduardo Lloret Fuentes
Good morning, I have developed a custom FPGA design for my thesis and I would like to test it using the FPGA inside the USRP2. Since this design is just a combination of filters, multiplexers and signal generators and I am going to test it using an oscilloscope, not the GbE interface, I was wonder