| Commit message (Expand) | Author | Age | Files | Lines |
* | packet_router: fixed sof bug for cpu (== 1), some logic tweaks, added debug | Josh Blum | 2010-11-23 | 2 | -10/+44 |
* | packet_router: registered control flags, added clear to all state machines | Josh Blum | 2010-11-23 | 2 | -14/+26 |
* | packet_router: added splitter and mux for slow path stuff (also fixed typo in... | Josh Blum | 2010-11-23 | 2 | -10/+95 |
* | packet_router: renamed inspector output signals and connected (for now) to cp... | Josh Blum | 2010-11-23 | 2 | -22/+52 |
* | packet_router: use BRAM enables to perform pipelined reads | Josh Blum | 2010-11-23 | 1 | -26/+21 |
* | packet_router: use control register bit for master mode flag | Josh Blum | 2010-11-23 | 1 | -2/+1 |
* | packet_router: removed unused status words from readback mux | Josh Blum | 2010-11-23 | 1 | -3/+3 |
* | packet_router: swapped comm mux for a crossbar, serdes crossbar out now muxed... | Josh Blum | 2010-11-23 | 1 | -27/+62 |
* | packet_router: used registered valid signal for BRAM read cycle delay | Josh Blum | 2010-11-23 | 1 | -16/+15 |
* | packet_router: created dsp framer for rx path | Josh Blum | 2010-11-23 | 1 | -6/+100 |
* | packet_router: added lines for com crossbar and com output mux | Josh Blum | 2010-11-23 | 1 | -13/+35 |
* | packet_router: fixed swapped connection typo, dsp tx routing works | Josh Blum | 2010-11-23 | 1 | -2/+3 |
* | packet_router: collapsed inspector states, fixed terminology for cpu inp vs out | Josh Blum | 2010-11-23 | 1 | -163/+161 |
* | packet_router: some tweaks, dsp output routing seems to work but has wrong of... | Josh Blum | 2010-11-23 | 1 | -4/+10 |
* | packet_router: added all input/output signals to module, created the comm mux... | Josh Blum | 2010-11-23 | 2 | -6/+22 |
* | packet_router: created com signals (device IO lines that may be ethernet or s... | Josh Blum | 2010-11-23 | 1 | -79/+100 |
* | packet_router: created inspector and added dsp output (however inspection log... | Josh Blum | 2010-11-23 | 2 | -4/+134 |
* | packet_router: connected and created CPU read from interface (slow path in pl... | Josh Blum | 2010-11-23 | 1 | -47/+153 |
* | packet_router: created nearly empty router with eth in attached to mapped memory | Josh Blum | 2010-11-23 | 3 | -19/+135 |
* | 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 |
* | shouldn't be executable | Matt Ettus | 2010-11-20 | 1 | -0/+0 |
* | 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 | 2 | -4/+27 |
* | we're still on version 12.1 | Matt Ettus | 2010-11-13 | 2 | -2/+2 |
* | Add flow control and other small vrt fixes to u2p, minor cleanups | Matt Ettus | 2010-11-11 | 2 | -34/+38 |
* | 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 | 5 | -24/+25 |
* | added ability to truly clear out the entire rx chain. also removed old style... | Matt Ettus | 2010-11-11 | 3 | -29/+27 |
* | gray code address for emi | Matt Ettus | 2010-11-11 | 1 | -1/+7 |
* | fifo randomizer for emi | Matt Ettus | 2010-11-11 | 5 | -4/+108 |
* | 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 |
* | proper triggering for interrupts generated on the dsp_clk | Matt Ettus | 2010-11-11 | 1 | -1/+8 |
* | cleanup for 32 bit seqnum | Matt Ettus | 2010-11-11 | 1 | -4/+3 |
* | increase compatibility number for flow control | Matt Ettus | 2010-11-11 | 1 | -1/+1 |
* | 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 | 4 | -25/+43 |
* | go to the correct state | Matt Ettus | 2010-11-11 | 1 | -3/+3 |
* | add a fifo to the end of the mux to help in timing. | Matt Ettus | 2010-11-11 | 1 | -6/+13 |
* | 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 |