ethernet/examples/breakout_hub
Sean Anderson 45b134b1b2 Add examples
This adds an example of how to integrate the hub into a design. For the
moment, wishbone is disabled, but I plan to add a uart bridge in the
future.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-02-20 23:34:10 -05:00
..
README.adoc Add examples 2023-02-20 23:34:10 -05:00
top.pcf Add examples 2023-02-20 23:34:10 -05:00
top.v Add examples 2023-02-20 23:34:10 -05:00

README.adoc

= Ethernet breakout board hub

This directory contains an example design for a 4-port hub. It runs on an
https://www.olimex.com/Products/FPGA/iCE40/iCE40HX8K-EVB/[Olimex iCE40HX8K-EVB]
combined with an ethernet breakout board.

To compile this design, run

    $ make examples/breakout_hub/top.bin

from the root directory of this repository. NextPNR can't always reliably place
and route this design (due to heavy I/O congestion), so you may need to run
this multiple times.