On Fri, May 20, 2022 at 2:53 PM Joel Stanley <[email protected]> wrote:
>
> LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
> network device that is commonly used in LiteX designs.
>
> There is an upstream Linux kernel driver for this device and support in
> various other firmware projects for it.
>
> Co-developed-by: Cédric Le Goater <[email protected]>
> Signed-off-by: Joel Stanley <[email protected]>
> ---
>  include/hw/net/liteeth.h |  56 ++++++++
>  hw/net/liteeth.c         | 299 +++++++++++++++++++++++++++++++++++++++
>  hw/net/Kconfig           |   3 +
>  hw/net/meson.build       |   1 +
>  hw/net/trace-events      |   6 +
>  5 files changed, 365 insertions(+)
>  create mode 100644 include/hw/net/liteeth.h
>  create mode 100644 hw/net/liteeth.c

Haven't gone through the patch, but any chance to have a unittest for this?

Thanks


Reply via email to