Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fpga: performed a forceful checkout of fpga to overwrite with current fpga code | Josh Blum | 2010-11-23 | 121 | -1085/+11263 |
* | usrp_nxxx: software workarounds for weird power up state | Josh Blum | 2010-11-23 | 3 | -21/+38 |
* | Merge branch 'flow_ctrl' into next | Josh Blum | 2010-11-23 | 80 | -371/+11313 |
|\ | |||||
| * | Firmware mem map changes for flow ctrl somehow didn't get propagated. | Nick Foster | 2010-11-18 | 3 | -2/+7 |
| * | Updated fw rev number in N2XX burner. | Nick Foster | 2010-11-18 | 1 | -2/+1 |
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 120 | -690/+8268 |
| |\ | |||||
| * | | usrp2: implemented clear state for RX and TX control, and zero sample command... | Josh Blum | 2010-11-08 | 7 | -44/+10 |
| * | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 156 | -4428/+1762 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-28 | 15 | -69/+376 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'next' into flow_ctrl | Josh Blum | 2010-10-27 | 38 | -345/+1237 |
| |\ \ \ \ | |||||
| * | | | | | dbsrx: allow for setup time after changing the vco selection | Josh Blum | 2010-10-24 | 1 | -0/+3 |
| * | | | | | BasicRX: GPIOs now output 0 to decrease noise pickup. | Nick Foster | 2010-10-22 | 1 | -0/+5 |
| * | | | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-22 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | images: remove exe bit left by some build processes | Josh Blum | 2010-10-22 | 1 | -0/+1 |
| * | | | | | | Merge branch 'flow_control_fpga' into flow_ctrl | Josh Blum | 2010-10-22 | 7 | -115/+304 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | the width of the address bus is called DEPTH, not WIDTH... | Matt Ettus | 2010-10-21 | 1 | -2/+2 |
| | * | | | | | | address gray coding | Matt Ettus | 2010-10-21 | 1 | -1/+7 |
| | * | | | | | | slow slew rate and lower drive to 8ma on RAM_XX signals to reduce emi | Matt Ettus | 2010-10-21 | 1 | -43/+43 |
| | * | | | | | | should combine the randomizer with flow_control | Matt Ettus | 2010-10-21 | 5 | -71/+254 |
| * | | | | | | | Merge branch 'garp' into flow_ctrl | Josh Blum | 2010-10-22 | 6 | -102/+145 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'usrp2_overflow' into flow_ctrl | Josh Blum | 2010-10-21 | 4 | -2/+19 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-21 | 33 | -718/+2166 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | usrp2: dont need to start streaming for this hack | Josh Blum | 2010-10-15 | 1 | -1/+0 |
| * | | | | | | | | | | | usrp2: temp fix to send dummy packets and flush so FPGA vita machine are in k... | Josh Blum | 2010-10-15 | 1 | -0/+26 |
| * | | | | | | | | | | | Merge branch 'flow_ctrl_with_fpga' | Josh Blum | 2010-10-15 | 77 | -405/+11159 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'flow_control' into flow_ctrl | Josh Blum | 2010-10-14 | 57 | -256/+10817 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | | now handles frames larger than the vita packet (i.e. with padding) | Matt Ettus | 2010-10-12 | 1 | -6/+16 |
| | | * | | | | | | | | | | don't clear out following packets on an eob ack | Matt Ettus | 2010-10-12 | 1 | -1/+1 |
| | | * | | | | | | | | | | don't flag an error on eob ack | Matt Ettus | 2010-10-12 | 1 | -1/+1 |
| | | * | | | | | | | | | | proper triggering for interrupts generated on the dsp_clk | Matt Ettus | 2010-10-12 | 1 | -1/+8 |
| | | * | | | | | | | | | | cleanup for 32 bit seqnum | Matt Ettus | 2010-10-11 | 1 | -4/+3 |
| | | * | | | | | | | | | | increase compatibility number for flow control | Matt Ettus | 2010-10-11 | 1 | -1/+1 |
| | | * | | | | | | | | | | switch to 32 bit sequence numbers. Will wrap in ~15 hours at max rate | Matt Ettus | 2010-10-11 | 3 | -14/+16 |
| | | * | | | | | | | | | | send message on eob to ack the end of transmission | Matt Ettus | 2010-10-11 | 1 | -1/+6 |
| | | * | | | | | | | | | | typo which isn't caught by xilinx | Matt Ettus | 2010-10-11 | 1 | -1/+1 |
| | | * | | | | | | | | | | separated flow control and error reporting on tx path. should work with and ... | Matt Ettus | 2010-10-10 | 4 | -25/+43 |
| | | * | | | | | | | | | | go to the correct state | Matt Ettus | 2010-10-08 | 1 | -3/+3 |
| | | * | | | | | | | | | | add a fifo to the end of the mux to help in timing. | Matt Ettus | 2010-10-08 | 1 | -6/+13 |
| | | * | | | | | | | | | | add trigger to makefile | Matt Ettus | 2010-10-08 | 1 | -0/+1 |
| | | * | | | | | | | | | | assign setting reg addresses | Matt Ettus | 2010-10-08 | 1 | -2/+2 |
| | | * | | | | | | | | | | declarations | Matt Ettus | 2010-10-08 | 1 | -2/+3 |
| | | * | | | | | | | | | | checkpoint in flow control packet generation | Matt Ettus | 2010-10-08 | 5 | -42/+147 |
| | | * | | | | | | | | | | revert unneeded changes and incorrect comments | Matt Ettus | 2010-10-07 | 3 | -38/+38 |
| | | * | | | | | | | | | | reconnect GPIOs, remove debug pins, meets timing now | Matt Ettus | 2010-10-06 | 1 | -5/+3 |
| | | * | | | | | | | | | | Merge branch 'ise12' into efifo_merge_dcm | Matt Ettus | 2010-10-06 | 3 | -29/+23 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | fix timing problem on DAC output bus | Matt Ettus | 2010-10-01 | 1 | -2/+2 |
| | | * | | | | | | | | | | | Modified phase shift of DCM1 to -64 which is intended to give more timing mar... | Ian Buckley | 2010-09-30 | 1 | -1/+1 |
| | | * | | | | | | | | | | | Enabled phase offset adjustment on DCM_INST1 which drives the external Fast S... | Ian Buckley | 2010-09-14 | 1 | -12/+12 |
| | | * | | | | | | | | | | | Added to DCM's and some BUFG's to align the internal 125MHz clock edge with i... | Ian Buckley | 2010-09-01 | 4 | -5/+101 |