summaryrefslogtreecommitdiff
path: root/usrp2/fpga/simple_gemac
AgeCommit message (Expand)Author
2009-10-01Fix warnings, mostly from implicitly defined wires or unspecified widthsMatt Ettus
2009-09-10remove unused portMatt Ettus
2009-09-10might as well use a cascade fifo to help timing and give a little more capacityMatt Ettus
2009-09-04Implement Eth flow control using pause framesMatt Ettus
2009-09-04parameterized fifo sizes, some reformattingMatt Ettus
2009-09-04allow control of whether or not to honor flow control, adds some debug linesMatt Ettus
2009-09-03MAC transmit seems to work now. The root cause of the problem was accidental...Matt Ettus
2009-09-03misc ignoresMatt Ettus
2009-09-02bring the testbench files up to dateMatt Ettus
2009-09-02debug pins, cleaned ignoresMatt Ettus
2009-09-02sort out active-low lines on locallink fifos, added debug pinsMatt Ettus
2009-09-01fixed addressing of registers, and added write enables to those that were mis...Matt Ettus
2009-08-31Merged SVN matt/new_eth r10782:11633 into new_ethJohnathan Corgan
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-04-04basic wrapper workingmatt
2009-04-04first cut at a wishbone interface and wrapping the corematt
2009-04-04copied over from other eth corematt
2009-04-03made pause enabling a pin so we can set itmatt
2009-04-02Properly signals an error and drops the remainder of the packet if there is a...matt
2009-04-02more thorough tests, including overrun, underrun, crc err, etc.matt
2009-04-02simulate a hiccup in the filling of the fifo. If long enough, will cause a t...matt
2009-04-02test multiple error typesmatt
2009-04-02added a state to ensure the error signal propagates, and now we assert src_rd...matt
2009-04-02only write one error into fifomatt
2009-04-02generate error signalmatt
2009-04-02added error output line, alternative to simultaneous sof/eofmatt
2009-04-02logic to interface locallink fifos to our macmatt
2009-04-01add fifos to interface to the macsmatt
2009-04-01rx seems to work. haven't test error framesmatt
2009-04-01address filteringmatt
2009-04-01only report result for 1 cyclematt
2009-04-01variable length delay line, based on srl16matt
2009-04-01now checks the crc as well for the received sidematt
2009-04-01checkpointmatt
2009-03-31we now inhibit our own sending when a received pause frame comes. _rx.v is c...matt
2009-03-31sample packetmatt
2009-03-31cleaned up a littlematt
2009-03-31tx should be fully working nowmatt
2009-03-31everything but CRCmatt
2009-03-31nearly therematt
2009-03-30work in progress on a simpler gigabit-only macmatt