summaryrefslogtreecommitdiffstats
path: root/control_lib
Commit message (Collapse)AuthorAgeFilesLines
* vita rx instead of rx_control. Ready for firmware testing. Misses timing ↵Matt Ettus2009-11-051-2/+2
| | | | by a little bit, will worry later.
* This branch is for porting from the quad radio, and minor text cleanupsMatt Ettus2009-11-042-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 Ettus2009-10-051-5/+5
|
* Merge branch 'new_wb_intercon' into new_ethMatt Ettus2009-09-301-142/+176
|\ | | | | | | | | | | | | Functionality should not change at all Conflicts: usrp2/fpga/top/u2_core/u2_core.v
| * Copied wb_1master back from quad radioMatt Ettus2009-09-301-142/+176
| | | | | | | | more sane config options, should be exactly the same memory map
* | More xilinx fifos, more clean up of our fifosMatt Ettus2009-09-103-129/+27
| |
* | remove unused old style fifoMatt Ettus2009-09-041-31/+0
| |
* | no longer used, replaced by newfifo versionMatt Ettus2009-09-041-66/+0
| |
* | MAC transmit seems to work now. The root cause of the problem was ↵Matt Ettus2009-09-031-10/+23
| | | | | | | | accidentally using the rx_clk in one stage of the fifos on the tx side.
* | bring the testbench files up to dateMatt Ettus2009-09-021-1/+1
| |
* | major cleanup of 2 clock fifosMatt Ettus2009-09-024-29/+48
| |
* | cleaning up the new fifosMatt Ettus2009-09-023-155/+0
| |
* | cascadefifo.v wasn't used, only the double cascade version. fifo_2clock.v ↵Matt Ettus2009-09-024-56/+2
| | | | | | | | and fifo_2clock.v are empty
* | never used, not neededMatt Ettus2009-09-024-441/+0
| |
* | Removed these files completely, they were for the old style of fifosMatt Ettus2009-09-024-497/+0
| |
* | Merged SVN matt/new_eth r10782:11633 into new_ethJohnathan Corgan2009-08-318-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 hosting2009-08-131-0/+5
|
* now handles odd length packetsmatt2009-04-061-6/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10779 221aa14e-8319-0410-a670-987f0aec2ac5
* reset synchronizermatt2009-04-041-0/+16
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10760 221aa14e-8319-0410-a670-987f0aec2ac5
* copied over from other projectmatt2009-03-304-0/+927
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10710 221aa14e-8319-0410-a670-987f0aec2ac5
* new fifos copied over from other projectmatt2009-03-3017-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 ↵matt2009-02-261-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 progressmatt2009-01-311-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10359 221aa14e-8319-0410-a670-987f0aec2ac5
* work in progressmatt2009-01-312-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 problemsmatt2008-12-042-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 ↵matt2008-10-112-4/+8
| | | | | | the ICache. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9779 221aa14e-8319-0410-a670-987f0aec2ac5
* moved to appropriate placesmatt2008-10-081-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 devicematt2008-09-211-0/+36
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9635 221aa14e-8319-0410-a670-987f0aec2ac5
* control CS line on SD cardmatt2008-09-171-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 ↵jcorgan2008-09-0864-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