aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/gpmc/gpmc_async.v
Commit message (Collapse)AuthorAgeFilesLines
* added ability to clear out fifos of tx and rx.Matt Ettus2010-06-171-11/+11
|
* debug pinsMatt Ettus2010-06-081-2/+5
|
* added little endian capability for gpmc to fifo and fifo to gpmc, since ARM ↵Matt Ettus2010-06-061-2/+2
| | | | is LE.
* get rid of redundant fifo18, since we can just use fifo19 and ignore the occ bitMatt Ettus2010-06-061-2/+3
|
* moved fifos into gpmc_async, reorganized top level a bit, added in crc ↵Matt Ettus2010-05-121-38/+53
| | | | packet gen and test
* have_space and have_packet now stay high even while busy,Matt Ettus2010-05-031-1/+1
| | | | | | | as long as there really is more data/space. This should allow bursting without having additional interrupts. Also lenghten RX FIFO
* Register outputs to omap to prevent runt pulses from falsely triggering ↵Matt Ettus2010-04-231-2/+7
| | | | interrupts
* access frame length regs from wishboneMatt Ettus2010-04-151-4/+4
|
* async seems to work with packet lengths now. Still need to do wishbone regs ↵Matt Ettus2010-04-151-6/+4
| | | | for gpmc
* async gpmc progressMatt Ettus2010-04-151-0/+108