On Fri, Feb 13, 2009 at 10:50:54AM +0100, Yongsang K. wrote:
We may have to eliminate receiving buffer cause of shortage of
memory.
How can we delete it?
If exists, please send us the whole system block diagram.
Your best bet is to take a look at the existing code. With regard to
firmware, take a look at txrx.c and everything that it calls. All of
the peripherals visible to the firmware are defined in memory_map.h.
You can find data sheets for most of the wishbone peripherals under
usrp2/fpga/opencores
The top-level of the verilog is in usrp2/fpga/top/u2_rev3.
If you’re not connecting to the ethernet at all, you may be able to
remove the entire buffer_pool abstraction. Ultimately you’ll want to
clock your samples into the Tx DSP pipeline.
Eric
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.