Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yet more debug lines | Matt Ettus | 2010-01-15 | 1 | -2/+5 |
| | |||||
* | Merge branch 'udp' of http://gnuradio.org/git/matt into wip/usrp2 | Josh Blum | 2010-01-05 | 1 | -45/+41 |
|\ | | | | | | | | | Conflicts: usrp2/fpga/top/u2_rev3/Makefile | ||||
| * | barebones udp support. Compiles, but untested. | Matt Ettus | 2009-12-21 | 1 | -42/+0 |
| | | |||||
| * | 19-bit fifo handling for receive side of eth/udp system | Matt Ettus | 2009-12-21 | 2 | -45/+83 |
| | | |||||
* | | vita rx instead of rx_control. Ready for firmware testing. Misses timing ↵ | Matt Ettus | 2009-11-05 | 1 | -2/+2 |
|/ | | | | by a little bit, will worry later. | ||||
* | This branch is for porting from the quad radio, and minor text cleanups | Matt Ettus | 2009-11-04 | 2 | -0/+227 |
| | | | | | | The counter is for performance monitoring in firmware, priority encoder and new interrupt controller are from quad radio and speed up interrupts. This is tested and it works for me. | ||||
* | Properly reset the fifos. We didn't connect before. | Matt Ettus | 2009-10-05 | 1 | -5/+5 |
| | |||||
* | Merge branch 'new_wb_intercon' into new_eth | Matt Ettus | 2009-09-30 | 1 | -142/+176 |
|\ | | | | | | | | | | | | | Functionality should not change at all Conflicts: usrp2/fpga/top/u2_core/u2_core.v | ||||
| * | Copied wb_1master back from quad radio | Matt Ettus | 2009-09-30 | 1 | -142/+176 |
| | | | | | | | | more sane config options, should be exactly the same memory map | ||||
* | | More xilinx fifos, more clean up of our fifos | Matt Ettus | 2009-09-10 | 3 | -129/+27 |
| | | |||||
* | | remove unused old style fifo | Matt Ettus | 2009-09-04 | 1 | -31/+0 |
| | | |||||
* | | no longer used, replaced by newfifo version | Matt Ettus | 2009-09-04 | 1 | -66/+0 |
| | | |||||
* | | MAC transmit seems to work now. The root cause of the problem was ↵ | Matt Ettus | 2009-09-03 | 1 | -10/+23 |
| | | | | | | | | accidentally using the rx_clk in one stage of the fifos on the tx side. | ||||
* | | bring the testbench files up to date | Matt Ettus | 2009-09-02 | 1 | -1/+1 |
| | | |||||
* | | major cleanup of 2 clock fifos | Matt Ettus | 2009-09-02 | 4 | -29/+48 |
| | | |||||
* | | cleaning up the new fifos | Matt Ettus | 2009-09-02 | 3 | -155/+0 |
| | | |||||
* | | cascadefifo.v wasn't used, only the double cascade version. fifo_2clock.v ↵ | Matt Ettus | 2009-09-02 | 4 | -56/+2 |
| | | | | | | | | and fifo_2clock.v are empty | ||||
* | | never used, not needed | Matt Ettus | 2009-09-02 | 4 | -441/+0 |
| | | |||||
* | | Removed these files completely, they were for the old style of fifos | Matt Ettus | 2009-09-02 | 4 | -497/+0 |
| | | |||||
* | | Merged SVN matt/new_eth r10782:11633 into new_eth | Johnathan Corgan | 2009-08-31 | 8 | -672/+123 |
|/ | | | | | | | * svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth -r10782:11633 * Patch applied with no conflicts or fuzz. | ||||
* | Added git ignore files auto created from svn:ignore properties. | git repository hosting | 2009-08-13 | 1 | -0/+5 |
| | |||||
* | now handles odd length packets | matt | 2009-04-06 | 1 | -6/+9 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10779 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | reset synchronizer | matt | 2009-04-04 | 1 | -0/+16 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10760 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | copied over from other project | matt | 2009-03-30 | 4 | -0/+927 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10710 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | new fifos copied over from other project | matt | 2009-03-30 | 17 | -0/+6741 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10709 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | timing fix. The line address in the buffers still updates now even if there ↵ | matt | 2009-02-26 | 1 | -1/+61 |
| | | | | | | is an error. Doesn't matter, since the error means the buffer is useless anyway. This makes meeting timing much easier since the address update does not depend on the error signal which comes late. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10524 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | work in progress | matt | 2009-01-31 | 1 | -0/+2 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10359 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | work in progress | matt | 2009-01-31 | 2 | -0/+382 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10358 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | speed up the diagnostic signals, they were causing timing problems | matt | 2008-12-04 | 2 | -13/+65 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10101 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | New serdes status interrupt, clk_status interrupt. New capability to flush ↵ | matt | 2008-10-11 | 2 | -4/+8 |
| | | | | | | the ICache. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9779 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | moved to appropriate places | matt | 2008-10-08 | 1 | -53/+0 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9747 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | attach a 16 bit device to the bus and make it look like a 32 bit device | matt | 2008-09-21 | 1 | -0/+36 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9635 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | control CS line on SD card | matt | 2008-09-17 | 1 | -1/+11 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9589 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵ | jcorgan | 2008-09-08 | 64 | -0/+4898 |
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5 |