summaryrefslogtreecommitdiffstats
path: root/usrp2/vrt
Commit message (Expand)AuthorAgeFilesLines
* clean up a bunch of warnings and incorrect bus widthsMatt Ettus2011-03-164-6/+7
* u2/u2p: proper connections for dsp_framerMatt Ettus2011-03-071-0/+3
* u2/u2p: moved dsp framer into vita_rx_chainMatt Ettus2011-03-053-14/+15
* u2/u2p: proper hookup of vita_rx_chainMatt Ettus2011-02-171-2/+2
* clean up rx dsp and some other nets in prep for dual dspMatt Ettus2011-02-162-0/+34
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-4/+30
|\
| * run should actually turn on now any time in the IBS_RUN stateMatt Ettus2010-12-291-11/+8
| * should keep cordic spinning and the rest of the tx going throughMatt Ettus2010-12-281-4/+33
* | generate port number headers in the dsp error unitsMatt Ettus2010-12-152-6/+8
|/
* should safely delay the late signal which was causing timing problemsMatt Ettus2010-12-061-2/+16
* 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
* 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-131-3/+2
* 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-114-13/+13
* added ability to truly clear out the entire rx chain. also removed old style...Matt Ettus2010-11-112-26/+18
* now handles frames larger than the vita packet (i.e. with padding)Matt Ettus2010-11-111-6/+16
* don't clear out following packets on an eob ackMatt Ettus2010-11-111-1/+1
* don't flag an error on eob ackMatt Ettus2010-11-111-1/+1
* cleanup for 32 bit seqnumMatt Ettus2010-11-111-4/+3
* switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rateMatt Ettus2010-11-113-14/+16
* send message on eob to ack the end of transmissionMatt Ettus2010-11-111-1/+6
* typo which isn't caught by xilinxMatt Ettus2010-11-111-1/+1
* separated flow control and error reporting on tx path. should work with and ...Matt Ettus2010-11-113-24/+41
* go to the correct stateMatt Ettus2010-11-111-3/+3
* add trigger to makefileMatt Ettus2010-11-111-0/+1
* assign setting reg addressesMatt Ettus2010-11-111-2/+2
* declarationsMatt Ettus2010-11-111-2/+3
* checkpoint in flow control packet generationMatt Ettus2010-11-115-42/+147
* revert unneeded changes and incorrect commentsMatt Ettus2010-11-111-2/+2
* Added a bunch of debug signals.Ian Buckley2010-11-111-2/+2
* rx error context packets should not be marked as errors in the fifoMatt Ettus2010-08-111-1/+1
* provide a way to get out of the error state without processor interventionMatt Ettus2010-07-291-1/+4
* sequence number reset upon programming streamidMatt Ettus2010-07-282-5/+11
* attempt at avoiding infinite error messagesMatt Ettus2010-07-281-5/+14
* implemented "next packet" and "next burst" policiesMatt Ettus2010-07-283-24/+50
* sequence errors can happen on start of burst as well.Matt Ettus2010-07-281-1/+1
* more informative error codesMatt Ettus2010-07-282-6/+8
* cleaner error handlingMatt Ettus2010-07-281-27/+28
* introduce new error typesMatt Ettus2010-07-283-34/+80
* insert protocol engine flags when requestedMatt Ettus2010-07-281-2/+6
* move the streamid so it isn't at the same address as clear_stateMatt Ettus2010-07-281-1/+1
* fix a typoMatt Ettus2010-07-282-3/+3
* tx error packets now muxed into the ethernet stream back to the hostMatt Ettus2010-07-283-20/+44
* checkpoint. New context packet generator to report underruns and other errorsMatt Ettus2010-07-282-0/+107