{"id":13537225,"url":"https://github.com/enjoy-digital/liteeth","last_synced_at":"2025-10-05T11:32:25.658Z","repository":{"id":9728595,"uuid":"42048653","full_name":"enjoy-digital/liteeth","owner":"enjoy-digital","description":"Small footprint and configurable Ethernet core","archived":false,"fork":false,"pushed_at":"2025-10-03T08:39:43.000Z","size":1522,"stargazers_count":260,"open_issues_count":45,"forks_count":95,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-10-03T10:29:13.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enjoy-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-09-07T11:13:19.000Z","updated_at":"2025-10-03T08:39:45.000Z","dependencies_parsed_at":"2023-10-10T14:42:07.582Z","dependency_job_id":"f198181d-5876-4fcc-b5f1-db3e4ca8c2b1","html_url":"https://github.com/enjoy-digital/liteeth","commit_stats":{"total_commits":675,"total_committers":35,"mean_commits":"19.285714285714285","dds":0.1837037037037037,"last_synced_commit":"99d4073c6ad9d8cce5f1c7f4f9ec652936498662"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/enjoy-digital/liteeth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enjoy-digital%2Fliteeth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enjoy-digital%2Fliteeth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enjoy-digital%2Fliteeth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enjoy-digital%2Fliteeth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enjoy-digital","download_url":"https://codeload.github.com/enjoy-digital/liteeth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enjoy-digital%2Fliteeth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278446265,"owners_count":25988127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T09:00:56.510Z","updated_at":"2025-10-05T11:32:25.624Z","avatar_url":"https://github.com/enjoy-digital.png","language":"Python","funding_links":[],"categories":["Connectivity","Python"],"sub_categories":[],"readme":"```\n                                      __   _ __      ______  __\n                                     / /  (_) /____ / __/ /_/ /\n                                    / /__/ / __/ -_) _// __/ _ \\\n                                   /____/_/\\__/\\__/___/\\__/_//_/\n\n                                 Copyright 2012-2024 / EnjoyDigital\n\n                             A small footprint and configurable Ethernet core\n                                      powered by Migen \u0026 LiteX\n```\n\n[![](https://github.com/enjoy-digital/liteeth/workflows/ci/badge.svg)](https://github.com/enjoy-digital/liteeth/actions) ![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)\n\n\n[\u003e Intro\n--------\nLiteEth provides a small footprint and configurable Ethernet core.\n\nLiteEth is part of LiteX libraries whose aims are to lower entry level of\ncomplex FPGA cores by providing simple, elegant and efficient implementations\nof components used in today's SoC such as Ethernet, SATA, PCIe, SDRAM Controller...\n\nUsing Migen to describe the HDL allows the core to be highly and easily configurable.\n\nLiteEth can be used as LiteX library or can be integrated with your standard\ndesign flow by generating the verilog rtl that you will use as a standard core.\n\n[\u003e Features\n-----------\nPHY:\n  - MII, RMII 100Mbps PHYs.\n  - GMII / RGMII / SGMII / 1000BaseX 1Gbps PHYs.\n  - SGMII / 2500BaseX 3.125Gbps PHYs.\n\n| -     | All | ECP5 | Spartan6 | Trion | Titanium | 7-Series | Ultrascale(+) |\n|-------|-----|------|----------|-------|----------|----------|---------------|\n| MII   |  X  |  X  |      X    |   X   |     X    |     X    |       X       |\n| RMII  |  X  |  X  |      X    |   X   |     X    |     X    |       X       |\n| GMII  |     |     |      X    |       |          |     X    |       X       |\n| RGMII |     |  X  |      X    |   X   |     X    |     X    |       X       |\n| SGMII |     |     |           |       |          |     X    |       X       |\n\n\nCore:\n  - Configurable MAC (HW or SW interface)\n  - ARP / ICMP / UDP (HW or SW) / DHCP\n\nFrontend:\n  - Etherbone (Wishbone over UDP: Slave or Master support)\n  - UDP Streaming.\n\n[\u003e FPGA Proven\n---------------\nLiteEth is already used in commercial and open-source designs:\n- MiSoC: http://m-labs.hk/gateware.html\n- ARTIQ: http://m-labs.hk/artiq/index.html\n- HDMI2USB: http://hdmi2usb.tv/home/\n- and others commercial designs...\n\n[\u003e Possible improvements\n------------------------\n- add standardized interfaces (AXI, Avalon-ST)\n- add DMA interface to MAC\n- add more documentation\n- ... See below Support and consulting :)\n\nIf you want to support these features, please contact us at florent [AT]\nenjoy-digital.fr.\n\n[\u003e Getting started\n------------------\n1. Install Python 3.6+ and FPGA vendor's development tools.\n2. Install LiteX and the cores by following the LiteX's wiki [installation guide](https://github.com/enjoy-digital/litex/wiki/Installation).\n3. You can find examples of integration of the core with LiteX in LiteX-Boards and in the examples directory.\n\n[\u003e Tests\n--------\nUnit tests are available in ./test/.\nTo run all the unit tests:\n```sh\n$ ./setup.py test\n```\n\nTests can also be run individually:\n```sh\n$ python3 -m unittest test.test_name\n```\n\n[\u003e License\n----------\nLiteEth is released under the very permissive two-clause BSD license. Under\nthe terms of this license, you are authorized to use LiteEth for closed-source\nproprietary designs.\nEven though we do not require you to do so, those things are awesome, so please\ndo them if possible:\n - tell us that you are using LiteEth\n - cite LiteEth in publications related to research it has helped\n - send us feedback and suggestions for improvements\n - send us bug reports when something goes wrong\n - send us the modifications and improvements you have done to LiteEth.\n\n[\u003e Support and consulting\n-------------------------\nWe love open-source hardware and like sharing our designs with others.\n\nLiteEth is developed and maintained by EnjoyDigital.\n\nIf you would like to know more about LiteEth or if you are already a happy\nuser and would like to extend it for your needs, EnjoyDigital can provide standard\ncommercial support as well as consulting services.\n\nSo feel free to contact us, we'd love to work with you! (and eventually shorten\nthe list of the possible improvements :)\n\n[\u003e Contact\n----------\nE-mail: florent [AT] enjoy-digital.fr","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenjoy-digital%2Fliteeth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenjoy-digital%2Fliteeth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenjoy-digital%2Fliteeth/lists"}