summaryrefslogtreecommitdiffstats
path: root/usrp2
Commit message (Expand)AuthorAgeFilesLines
* packet_router: added status readback for mode, incremented compat numberJosh Blum2010-11-242-1/+2
* packet_router: split the control register into misc, cpu hs out, cpu hs inpJosh Blum2010-11-241-10/+24
* packet_router: modification for sequence number and vrt header offsetJosh Blum2010-11-231-1/+1
* packet_router: it makes more sense to connect the control flags this way nowJosh Blum2010-11-231-13/+6
* packet_router: program the dsp udp port and ip addr through setting registersJosh Blum2010-11-232-32/+34
* reduce warnings, modernize testbenchMatt Ettus2010-11-236-28/+25
* packet_router: mux the crossbar input after the protocol framerJosh Blum2010-11-231-2/+12
* allow any unicast packet through.Matt Ettus2010-11-234-5/+40
* packet_router: moved udp tx proto machine into packet router, replaced udp_wr...Josh Blum2010-11-232-18/+69
* packet_router: moved dsp framer into a module, added clr to splitter and renamedJosh Blum2010-11-234-93/+110
* packet_router: implemented crossbar and valve module, moved sreg into router ...Josh Blum2010-11-233-61/+72
* packet valve. will drop incoming data if shut off.Matt Ettus2010-11-231-0/+28
* abstract out the crossbar functionalityMatt Ettus2010-11-231-0/+40
* packet_router: transplanted the async error interface, its now sent into the ...Josh Blum2010-11-232-17/+21
* packet_router: added a way to program in the ip and mac addrs, and added insp...Josh Blum2010-11-231-2/+17
* packet_router: fixed sof bug for cpu (== 1), some logic tweaks, added debugJosh Blum2010-11-232-10/+44
* packet_router: registered control flags, added clear to all state machinesJosh Blum2010-11-232-14/+26
* packet_router: added splitter and mux for slow path stuff (also fixed typo in...Josh Blum2010-11-232-10/+95
* packet_router: renamed inspector output signals and connected (for now) to cp...Josh Blum2010-11-232-22/+52
* packet_router: use BRAM enables to perform pipelined readsJosh Blum2010-11-231-26/+21
* packet_router: use control register bit for master mode flagJosh Blum2010-11-231-2/+1
* packet_router: removed unused status words from readback muxJosh Blum2010-11-231-3/+3
* packet_router: swapped comm mux for a crossbar, serdes crossbar out now muxed...Josh Blum2010-11-231-27/+62
* packet_router: used registered valid signal for BRAM read cycle delayJosh Blum2010-11-231-16/+15
* packet_router: created dsp framer for rx pathJosh Blum2010-11-231-6/+100
* packet_router: added lines for com crossbar and com output muxJosh Blum2010-11-231-13/+35
* packet_router: fixed swapped connection typo, dsp tx routing worksJosh Blum2010-11-231-2/+3
* packet_router: collapsed inspector states, fixed terminology for cpu inp vs outJosh Blum2010-11-231-163/+161
* packet_router: some tweaks, dsp output routing seems to work but has wrong of...Josh Blum2010-11-231-4/+10
* packet_router: added all input/output signals to module, created the comm mux...Josh Blum2010-11-232-6/+22
* packet_router: created com signals (device IO lines that may be ethernet or s...Josh Blum2010-11-231-79/+100
* packet_router: created inspector and added dsp output (however inspection log...Josh Blum2010-11-232-4/+134
* packet_router: connected and created CPU read from interface (slow path in pl...Josh Blum2010-11-231-47/+153
* packet_router: created nearly empty router with eth in attached to mapped memoryJosh Blum2010-11-233-19/+135
* packets are shorter now, so we need to tell the udp state machine that...Matt Ettus2010-11-231-1/+1
* no need for second sequence number anymore. Each dsp tx chainMatt Ettus2010-11-212-11/+8
* shouldn't be executableMatt Ettus2010-11-201-0/+0
* modernize the testbenchMatt Ettus2010-11-191-18/+30
* get rid of extraneous U messages when we actually had an ACKMatt Ettus2010-11-182-7/+10
* fix problem with consecutive timed packets on txMatt Ettus2010-11-181-2/+0
* simplify time comparison to speed up logic and meet fpga timingMatt Ettus2010-11-132-4/+27
* we're still on version 12.1Matt Ettus2010-11-132-2/+2
* Add flow control and other small vrt fixes to u2p, minor cleanupsMatt Ettus2010-11-112-34/+38
* reset properlyMatt Ettus2010-11-111-0/+1
* compiles with new file locationsMatt Ettus2010-11-111-1/+1
* handle zero-length packets properlyMatt Ettus2010-11-113-55/+76
* clear out the vita tx chain and the tx fifo. need to check the fifoMatt Ettus2010-11-115-24/+25
* added ability to truly clear out the entire rx chain. also removed old style...Matt Ettus2010-11-113-29/+27
* gray code address for emiMatt Ettus2010-11-111-1/+7
* fifo randomizer for emiMatt Ettus2010-11-115-4/+108