aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/fifo/buffer_int2.v
Commit message (Collapse)AuthorAgeFilesLines
* added copyrightsJosh Blum2011-06-071-0/+17
|
* u2/u2p: allow cpu to receive or send packets longer than the buffer size.Matt Ettus2011-03-041-7/+10
| | | | on reception, the rest is dropped. On sending, the rest is a repeat of the buffer.
* ethfifo_reorg: switch buffer int2 lastline to work as a length parameterJosh Blum2011-03-031-5/+6
|
* packet_router: replace buffers interfaced in packet router with buffer_int2Josh Blum2010-12-281-1/+1
|
* now uses 2 rams, one for read, one for writeMatt Ettus2010-12-281-89/+97
|
* reformattingMatt Ettus2010-12-281-5/+1
|
* first cut at new buffer interface for CPU. Like old buffer_int plusMatt Ettus2010-12-281-0/+169
a single buffer.