aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/fifo
Commit message (Collapse)AuthorAgeFilesLines
* packet_router: added all input/output signals to module, created the comm ↵Josh Blum2010-11-231-6/+19
| | | | muxes (in and out)
* packet_router: created com signals (device IO lines that may be ethernet or ↵Josh Blum2010-11-231-79/+100
| | | | serdes)
* packet_router: created inspector and added dsp output (however inspection ↵Josh Blum2010-11-231-4/+133
| | | | logic does not enable it yet)
* packet_router: connected and created CPU read from interface (slow path in ↵Josh Blum2010-11-231-47/+153
| | | | place)
* packet_router: created nearly empty router with eth in attached to mapped memoryJosh Blum2010-11-232-0/+121
|
* add a fifo to the end of the mux to help in timing.Matt Ettus2010-11-111-6/+13
|
* moved forward from the old branchMatt Ettus2010-11-112-4/+30
|
* occ needs to be 2 bits wide on a 36 bit fifo interface.Matt Ettus2010-11-101-1/+2
|
* catch up with tx_policyMatt Ettus2010-08-193-5510/+23
|
* Merge branch 'ise12' into u1eMatt Ettus2010-07-193-0/+109
|\ | | | | | | | | | | | | | | | | | | | | | | * ise12: move declaration ahead of use put run_tx and run_rx on the displayed LEDs remove warnings add mux and demux to build mux multiple fifo streams into one. Allows priority or round robin split fifo into 2 streams based on first line in each packet precompute udp checksums barely fails timing on gigE/10 and gigE/12, larger fail on udp/10, but all seem to work ok
| * add mux and demux to buildMatt Ettus2010-07-151-0/+2
| |
| * mux multiple fifo streams into one. Allows priority or round robinMatt Ettus2010-07-151-0/+57
| |
| * split fifo into 2 streams based on first line in each packetMatt Ettus2010-07-151-0/+50
| |
* | Merge branch 'master' into u1e_newbuildMatt Ettus2010-06-145-78/+49
|/ | | | | | | | | | | | | | | | Made so Makefile changes as well to get it to build * master: new make works on ise12 produces good bin files first attempt at cleaning up the build system get rid of debug stuff to help timing move u2_core into u2_rev3 directory to simplify directory structure and save headaches Conflicts: usrp2/fifo/fifo36_to_fifo18.v usrp2/top/u2_rev3/Makefile usrp2/top/u2_rev3/Makefile.udp usrp2/top/u2_rev3/u2_core_udp.v
* first attempt at cleaning up the build systemMatt Ettus2010-06-1022-0/+7551