aboutsummaryrefslogtreecommitdiffstats
path: root/simple_gemac/simple_gemac_wrapper.v
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings, mostly from implicitly defined wires or unspecified widthsMatt Ettus2009-10-011-4/+6
|
* might as well use a cascade fifo to help timing and give a little more capacityMatt Ettus2009-09-101-1/+1
|
* Implement Eth flow control using pause framesMatt Ettus2009-09-041-1/+6
| | | | | | Not fully tested, but it seems to work without frame errors, sequence number errors or ethernet overruns. Still of course will get tx underruns on a slow machine, and the transmitted signal has some issues though.
* parameterized fifo sizes, some reformattingMatt Ettus2009-09-041-51/+55
|
* allow control of whether or not to honor flow control, adds some debug linesMatt Ettus2009-09-041-6/+16
|
* MAC transmit seems to work now. The root cause of the problem was ↵Matt Ettus2009-09-031-11/+20
| | | | accidentally using the rx_clk in one stage of the fifos on the tx side.
* sort out active-low lines on locallink fifos, added debug pinsMatt Ettus2009-09-021-3/+15
|
* Merged SVN matt/new_eth r10782:11633 into new_ethJohnathan Corgan2009-08-311-8/+57
| | | | | | | * svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth -r10782:11633 * Patch applied with no conflicts or fuzz.
* basic wrapper workingmatt2009-04-041-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10769 221aa14e-8319-0410-a670-987f0aec2ac5
* first cut at a wishbone interface and wrapping the corematt2009-04-041-0/+74
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10762 221aa14e-8319-0410-a670-987f0aec2ac5