aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/vrt/vita_tx_deframer.v
Commit message (Collapse)AuthorAgeFilesLines
* usrp: work on meeting timing constraintsJosh Blum2012-04-101-1/+2
| | | | | | * fifo ctrl register the vita ticks and use late * vita de/framer make nchans const since we dont change it * simplify readback muxes to minimal usage
* dsp rework: minor simplification in vita_tx_deframerJosh Blum2012-02-131-4/+1
| | | | all n-series devices meet timing
* dsp rework: full-rate pipelining in vita tx deframerJosh Blum2012-02-121-37/+51
| | | | | | | | The vita tx deframer can now pass payload at clock rate. This enables TX streaming at interpolations factors of 2. The vector capabilities of TX deframer have been kept in-tact, and should be functional, however, only MAXCHAN=1 has been tested.
* dsp rework: implement 64 bit ticks no secondsJosh Blum2012-02-061-4/+4
|
* added copyrightsJosh Blum2011-06-071-0/+17
|
* clean up a bunch of warnings and incorrect bus widthsMatt Ettus2011-03-161-2/+2
|
* fix problem with consecutive timed packets on txMatt Ettus2010-11-181-2/+0
|
* clear out the vita tx chain and the tx fifo. need to check the fifoMatt Ettus2010-11-111-1/+1
| | | | reset to make sure it is in the correct clock domain.
* now handles frames larger than the vita packet (i.e. with padding)Matt Ettus2010-11-111-6/+16
|
* switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rateMatt Ettus2010-11-111-5/+5
|
* 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-111-5/+6
| | | | without flow control
* go to the correct stateMatt Ettus2010-11-111-3/+3
|
* checkpoint in flow control packet generationMatt Ettus2010-11-111-21/+41
|
* revert unneeded changes and incorrect commentsMatt Ettus2010-11-111-2/+2
|
* Added a bunch of debug signals.Ian Buckley2010-11-111-2/+2
|
* sequence number reset upon programming streamidMatt Ettus2010-07-281-3/+8
|
* implemented "next packet" and "next burst" policiesMatt Ettus2010-07-281-3/+4
|
* sequence errors can happen on start of burst as well.Matt Ettus2010-07-281-1/+1
|
* introduce new error typesMatt Ettus2010-07-281-7/+17
|
* remove warningsMatt Ettus2010-07-161-1/+1
|
* fix typo, no functionality differenceMatt Ettus2010-05-191-1/+1
|
* moved into subdirJosh Blum2010-01-221-0/+187