Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
egk696 committed Feb 8, 2019
2 parents bfd26dc + e8571f6 commit 5b23f43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# A lightweight Ethernet MAC Controller
# A lightweight Ethernet MAC Controller

## Features
* Modular design, separate entities for the MII interfaces and the RX, TX and PHY management controllers
* Simple OCP bus interface for host control
* Offers easy FIFO frame buffer control that is automatically managed.

### Example Usage
When the _SFD_ is detected by the MII interface, the RX controller starts to write the frame in the selected frame buffer. When the _EOF_ is detected it increments the _wrRamSelId_ pointer and it selects the next frame buffer to write. If the FIFO is not empty the CPU can start reading a frame, after it has completed reading the selected Ethernet frame it writes a register that increments the _rdRamSelId_ pointer to the next available frame buffer. The CPU can immediately start reading the next received frame without by offloading any buffer management to the hardware controller.

0 comments on commit 5b23f43

Please sign in to comment.