| Commit message (Expand) | Author | Age | Files | Lines |
* | dsp: added tx_frontend, instantiated in u2/u2p | Matt Ettus | 2011-06-08 | 1 | -2/+2 |
* | added copyrights | Josh Blum | 2011-06-07 | 11 | -0/+187 |
* | u2p-rebase: go back to versions on next | Matt Ettus | 2011-05-26 | 1 | -3/+3 |
* | u1p: vita packet generator for testing purposes | Matt Ettus | 2011-05-26 | 2 | -0/+43 |
* | u1p: debug pins | Matt Ettus | 2011-05-26 | 1 | -3/+3 |
* | u1e: get dsp_framer36 from u1p so it can skip the protocol header | Matt Ettus | 2011-05-09 | 1 | -3/+6 |
* | clean up a bunch of warnings and incorrect bus widths | Matt Ettus | 2011-03-16 | 4 | -6/+7 |
* | u2/u2p: proper connections for dsp_framer | Matt Ettus | 2011-03-07 | 1 | -0/+3 |
* | u2/u2p: moved dsp framer into vita_rx_chain | Matt Ettus | 2011-03-05 | 3 | -14/+15 |
* | u2/u2p: proper hookup of vita_rx_chain | Matt Ettus | 2011-02-17 | 1 | -2/+2 |
* | clean up rx dsp and some other nets in prep for dual dsp | Matt Ettus | 2011-02-16 | 2 | -0/+34 |
* | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 1 | -4/+30 |
|\ |
|
| * | run should actually turn on now any time in the IBS_RUN state | Matt Ettus | 2010-12-29 | 1 | -11/+8 |
| * | should keep cordic spinning and the rest of the tx going through | Matt Ettus | 2010-12-28 | 1 | -4/+33 |
* | | generate port number headers in the dsp error units | Matt Ettus | 2010-12-15 | 2 | -6/+8 |
|/ |
|
* | should safely delay the late signal which was causing timing problems | Matt Ettus | 2010-12-06 | 1 | -2/+16 |
* | packets are shorter now, so we need to tell the udp state machine that... | Matt Ettus | 2010-11-23 | 1 | -1/+1 |
* | no need for second sequence number anymore. Each dsp tx chain | Matt Ettus | 2010-11-21 | 2 | -11/+8 |
* | modernize the testbench | Matt Ettus | 2010-11-19 | 1 | -18/+30 |
* | get rid of extraneous U messages when we actually had an ACK | Matt Ettus | 2010-11-18 | 2 | -7/+10 |
* | fix problem with consecutive timed packets on tx | Matt Ettus | 2010-11-18 | 1 | -2/+0 |
* | simplify time comparison to speed up logic and meet fpga timing | Matt Ettus | 2010-11-13 | 1 | -3/+2 |
* | reset properly | Matt Ettus | 2010-11-11 | 1 | -0/+1 |
* | compiles with new file locations | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
* | handle zero-length packets properly | Matt Ettus | 2010-11-11 | 3 | -55/+76 |
* | clear out the vita tx chain and the tx fifo. need to check the fifo | Matt Ettus | 2010-11-11 | 4 | -13/+13 |
* | added ability to truly clear out the entire rx chain. also removed old style... | Matt Ettus | 2010-11-11 | 2 | -26/+18 |
* | now handles frames larger than the vita packet (i.e. with padding) | Matt Ettus | 2010-11-11 | 1 | -6/+16 |
* | don't clear out following packets on an eob ack | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
* | don't flag an error on eob ack | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
* | cleanup for 32 bit seqnum | Matt Ettus | 2010-11-11 | 1 | -4/+3 |
* | switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rate | Matt Ettus | 2010-11-11 | 3 | -14/+16 |
* | send message on eob to ack the end of transmission | Matt Ettus | 2010-11-11 | 1 | -1/+6 |
* | typo which isn't caught by xilinx | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
* | separated flow control and error reporting on tx path. should work with and ... | Matt Ettus | 2010-11-11 | 3 | -24/+41 |
* | go to the correct state | Matt Ettus | 2010-11-11 | 1 | -3/+3 |
* | add trigger to makefile | Matt Ettus | 2010-11-11 | 1 | -0/+1 |
* | assign setting reg addresses | Matt Ettus | 2010-11-11 | 1 | -2/+2 |
* | declarations | Matt Ettus | 2010-11-11 | 1 | -2/+3 |
* | checkpoint in flow control packet generation | Matt Ettus | 2010-11-11 | 5 | -42/+147 |
* | revert unneeded changes and incorrect comments | Matt Ettus | 2010-11-11 | 1 | -2/+2 |
* | Added a bunch of debug signals. | Ian Buckley | 2010-11-11 | 1 | -2/+2 |
* | rx error context packets should not be marked as errors in the fifo | Matt Ettus | 2010-08-11 | 1 | -1/+1 |
* | provide a way to get out of the error state without processor intervention | Matt Ettus | 2010-07-29 | 1 | -1/+4 |
* | sequence number reset upon programming streamid | Matt Ettus | 2010-07-28 | 2 | -5/+11 |
* | attempt at avoiding infinite error messages | Matt Ettus | 2010-07-28 | 1 | -5/+14 |
* | implemented "next packet" and "next burst" policies | Matt Ettus | 2010-07-28 | 3 | -24/+50 |
* | sequence errors can happen on start of burst as well. | Matt Ettus | 2010-07-28 | 1 | -1/+1 |
* | more informative error codes | Matt Ettus | 2010-07-28 | 2 | -6/+8 |
* | cleaner error handling | Matt Ettus | 2010-07-28 | 1 | -27/+28 |