aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | allow any unicast packet through.Matt Ettus2010-11-234-5/+40
| | | |
| * | | packet_router: moved udp tx proto machine into packet router, replaced ↵Josh Blum2010-11-232-18/+69
| | | | | | | | | | | | | | | | udp_wrapper in top level with some fifo conversion stuff
| * | | 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
| | | | | | | | | | | | | | | | module
| * | | 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 to be muxed to com out
| * | | packet_router: added a way to program in the ip and mac addrs, and added ↵Josh Blum2010-11-231-2/+17
| | | | | | | | | | | | | | | | inspector check
| * | | 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 ↵Josh Blum2010-11-232-10/+95
| | | | | | | | | | | | | | | | in crossbar input)
| * | | packet_router: renamed inspector output signals and connected (for now) to ↵Josh Blum2010-11-232-22/+52
| | | | | | | | | | | | | | | | cpu, dsp, crs
| * | | 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 ↵Josh Blum2010-11-231-27/+62
| | | | | | | | | | | | | | | | muxed into the comm output
| * | | 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 ↵Josh Blum2010-11-231-4/+10
| | | | | | | | | | | | | | | | offset
| * | | packet_router: added all input/output signals to module, created the comm ↵Josh Blum2010-11-232-6/+22
| | | | | | | | | | | | | | | | 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-232-4/+134
| | | | | | | | | | | | | | | | 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-233-19/+135
| | | |
* | | | fw: edit readme, removed old filesJosh Blum2010-12-224-195/+5
| | | |
* | | | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu typeJosh Blum2010-12-22296-1/+1
| | | |
* | | | usrp2: got fw working on usrp2+nseries (crosses fingers)Josh Blum2010-12-226-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | The abort issue seemed to be cause by the listeners table not being initialized. Also gave the pic handler the initialization works to be consistent but not needed as it was static initialized. And finally, doubly set the packet router handshake ctrl before entering the claim calls (seemed to fix the lockup, perhaps a bad init state?)
* | | | Merge branch 'udp_ports' into nextJosh Blum2010-12-2216-338/+247
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | udp_ports: enable async recv in xport, set performance params in top level, ↵Josh Blum2010-12-224-7/+15
| | | | | | | | | | | | | | | | | | | | things working
| * | | | udp_ports: added message handling to alignment codeJosh Blum2010-12-222-6/+20
| | | | |
| * | | | udp_ports: host code tweaks, seems to be closer to workingJosh Blum2010-12-173-8/+12
| | | | |
| * | | | udp_ports: set the source and destination portsJosh Blum2010-12-173-11/+21
| | | | |
| * | | | usrp2: removed alignment buffer and implemented event based recv + ↵Josh Blum2010-12-166-316/+150
| | | | | | | | | | | | | | | | | | | | alignment, TODO test me
| * | | | usrp2: brought err0 transports into device and mboard constructorsJosh Blum2010-12-163-7/+23
| | | | |
| * | | | usrp2: pulled some changes from the next branch to make merging easierJosh Blum2010-12-153-20/+14
| | | | |
| * | | | usrp2: added support in fw for setting dsp0 and err0 ports with protocol ↵Josh Blum2010-12-154-5/+28
| | | | | | | | | | | | | | | | | | | | framer changes
* | | | | Merge branch 'master' into nextJosh Blum2010-12-2221-228/+385
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt
| * | | | uhd: fixed component registry functionJosh Blum2010-12-221-3/+7
| | | | |
| * | | | uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-209-150/+187
| | | | |
| * | | | uhd: implemented top-level component registryJosh Blum2010-12-209-66/+135
| | | | | | | | | | | | | | | | | | | | now docs, examples, utils, usb, are configurable components with dependencies
| * | | | dbsrx: increase setup time for dbsrx band selectJosh Blum2010-12-181-1/+1
| | | | |
| * | | | usrp1: negate the rx cordic reg word because things were inverted and nobody ↵Josh Blum2010-12-161-1/+1
| |/ / / | | | | | | | | | | | | noticed
| * | | uhd: use the option function for the componentsJosh Blum2010-12-141-1/+1
| | | |
| * | | Merge branch 'dsp_tune'Josh Blum2010-12-146-13/+60
| |\ \ \
| | * | | usrp-n: set ad9777 mod mode to transmit above nyquist of DSPJosh Blum2010-12-033-3/+48
| | | | |
| | * | | usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler ↵Josh Blum2010-12-033-10/+12
| | | | | | | | | | | | | | | | | | | | to get the full value)
* | | | | usrp-n2xx: corrected memory map weirdness, disable verbose in net commonJosh Blum2010-12-222-8/+4
| | | | |