From 4cd73fc9dab2659465ef4c8dea801e843c3a3bdf Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 28 Jan 2015 00:36:09 +0100 Subject: [PATCH] change name to LiteEth (LiteEthernet is too long...) --- LICENSE | 2 +- README | 30 +++++++++---------- {liteethernet => liteeth}/__init__.py | 0 {liteethernet => liteeth}/arp/__init__.py | 0 {liteethernet => liteeth}/common.py | 0 .../etherbone/__init__.py | 0 {liteethernet => liteeth}/ip/__init__.py | 0 {liteethernet => liteeth}/mac/__init__.py | 0 {liteethernet => liteeth}/mac/common.py | 0 .../mac/core/__init__.py | 0 {liteethernet => liteeth}/mac/core/crc.py | 0 {liteethernet => liteeth}/mac/core/last_be.py | 0 .../mac/core/preamble.py | 0 .../mac/frontend/__init__.py | 0 .../mac/frontend/sram.py | 0 .../mac/frontend/wishbone.py | 0 {liteethernet => liteeth}/mac/test/Makefile | 0 .../mac/test/__init__.py | 0 {liteethernet => liteeth}/mac/test/common.py | 0 {liteethernet => liteeth}/mac/test/crc_tb.py | 0 .../mac/test/ethmac_tb.gtkw | 0 .../mac/test/ethmac_tb.py | 0 .../mac/test/preamble_tb.py | 0 {liteethernet => liteeth}/phy/__init__.py | 0 {liteethernet => liteeth}/phy/gmii.py | 0 {liteethernet => liteeth}/phy/loopback.py | 0 {liteethernet => liteeth}/phy/mii.py | 0 {liteethernet => liteeth}/udp/__init__.py | 0 setup.py | 6 ++-- 29 files changed, 19 insertions(+), 19 deletions(-) rename {liteethernet => liteeth}/__init__.py (100%) rename {liteethernet => liteeth}/arp/__init__.py (100%) rename {liteethernet => liteeth}/common.py (100%) rename {liteethernet => liteeth}/etherbone/__init__.py (100%) rename {liteethernet => liteeth}/ip/__init__.py (100%) rename {liteethernet => liteeth}/mac/__init__.py (100%) rename {liteethernet => liteeth}/mac/common.py (100%) rename {liteethernet => liteeth}/mac/core/__init__.py (100%) rename {liteethernet => liteeth}/mac/core/crc.py (100%) rename {liteethernet => liteeth}/mac/core/last_be.py (100%) rename {liteethernet => liteeth}/mac/core/preamble.py (100%) rename {liteethernet => liteeth}/mac/frontend/__init__.py (100%) rename {liteethernet => liteeth}/mac/frontend/sram.py (100%) rename {liteethernet => liteeth}/mac/frontend/wishbone.py (100%) rename {liteethernet => liteeth}/mac/test/Makefile (100%) rename {liteethernet => liteeth}/mac/test/__init__.py (100%) rename {liteethernet => liteeth}/mac/test/common.py (100%) rename {liteethernet => liteeth}/mac/test/crc_tb.py (100%) rename {liteethernet => liteeth}/mac/test/ethmac_tb.gtkw (100%) rename {liteethernet => liteeth}/mac/test/ethmac_tb.py (100%) rename {liteethernet => liteeth}/mac/test/preamble_tb.py (100%) rename {liteethernet => liteeth}/phy/__init__.py (100%) rename {liteethernet => liteeth}/phy/gmii.py (100%) rename {liteethernet => liteeth}/phy/loopback.py (100%) rename {liteethernet => liteeth}/phy/mii.py (100%) rename {liteethernet => liteeth}/udp/__init__.py (100%) diff --git a/LICENSE b/LICENSE index 95ac4a6a..cbbfe8be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Unless otherwise noted, LiteScope is copyright (C) 2015 Florent Kermarrec. +Unless otherwise noted, LiteEth is copyright (C) 2015 Florent Kermarrec. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README b/README index 194275ce..b11ff35e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - __ _ __ ______ __ __ - / / (_) /____ / __/ /_/ / ___ _______ ___ / /_ - / /__/ / __/ -_) _// __/ _ \/ -_) __/ _ \/ -_) __/ - /____/_/\__/\__/___/\__/_//_/\__/_/ /_//_/\__/\__/ + __ _ __ ______ __ + / / (_) /____ / __/ /_/ / + / /__/ / __/ -_) _// __/ _ \ + /____/_/\__/\__/___/\__/_//_/ Copyright 2012-2015 / EnjoyDigital florent@enjoy-digital.fr @@ -11,9 +11,9 @@ [> Intro --------- -LiteEthernet provides a small footprint and configurable Ethernet core. +LiteEth provides a small footprint and configurable Ethernet core. -LiteEthernet is part of LiteX libraries whose aims are to lower entry level of +LiteEth is part of LiteX libraries whose aims are to lower entry level of complex FPGA IP cores by providing simple, elegant and efficient implementations ofcomponents used in today's SoC such as Ethernet, SATA, PCIe, SDRAM Controller... @@ -23,11 +23,11 @@ adapters to use standardized AXI or Avalon-ST streaming buses. Since Python is used to describe the HDL, the core is highly and easily configurable. -LiteEthernet uses technologies developed in partnership with M-Labs Ltd: +LiteEth uses technologies developed in partnership with M-Labs Ltd: - Migen enables generating HDL with Python in an efficient way. - MiSoC provides the basic blocks to build a powerful and small footprint SoC. -LiteEthernet can be used as a Migen/MiSoC library (by simply installing it +LiteEth can be used as a Migen/MiSoC library (by simply installing it with the provided setup.py) or can be integrated with your standard design flow by generating the verilog rtl that you will use as a standard core. @@ -62,24 +62,24 @@ devel [AT] lists.m-labs.hk. [> License ----------- -LiteEthernet is released under the very permissive two-clause BSD license. Under -the terms of this license, you are authorized to use LiteEthernet for closed-source +LiteEth is released under the very permissive two-clause BSD license. Under +the terms of this license, you are authorized to use LiteEth for closed-source proprietary designs. Even though we do not require you to do so, those things are awesome, so please do them if possible: - - tell us that you are using LiteEthernet - - cite LiteEthernet in publications related to research it has helped + - tell us that you are using LiteEth + - cite LiteEth in publications related to research it has helped - send us feedback and suggestions for improvements - send us bug reports when something goes wrong - - send us the modifications and improvements you have done to LiteEthernet. + - send us the modifications and improvements you have done to LiteEth. [> Support and Consulting -------------------------- We love open-source hardware and like sharing our designs with others. -LiteEthernet is developed and maintained by EnjoyDigital. +LiteEth is developed and maintained by EnjoyDigital. -If you would like to know more about LiteEthernet or if you are already a happy +If you would like to know more about LiteEth or if you are already a happy user and would like to extend it for your needs, EnjoyDigital can provide standard commercial support as well as consulting services. diff --git a/liteethernet/__init__.py b/liteeth/__init__.py similarity index 100% rename from liteethernet/__init__.py rename to liteeth/__init__.py diff --git a/liteethernet/arp/__init__.py b/liteeth/arp/__init__.py similarity index 100% rename from liteethernet/arp/__init__.py rename to liteeth/arp/__init__.py diff --git a/liteethernet/common.py b/liteeth/common.py similarity index 100% rename from liteethernet/common.py rename to liteeth/common.py diff --git a/liteethernet/etherbone/__init__.py b/liteeth/etherbone/__init__.py similarity index 100% rename from liteethernet/etherbone/__init__.py rename to liteeth/etherbone/__init__.py diff --git a/liteethernet/ip/__init__.py b/liteeth/ip/__init__.py similarity index 100% rename from liteethernet/ip/__init__.py rename to liteeth/ip/__init__.py diff --git a/liteethernet/mac/__init__.py b/liteeth/mac/__init__.py similarity index 100% rename from liteethernet/mac/__init__.py rename to liteeth/mac/__init__.py diff --git a/liteethernet/mac/common.py b/liteeth/mac/common.py similarity index 100% rename from liteethernet/mac/common.py rename to liteeth/mac/common.py diff --git a/liteethernet/mac/core/__init__.py b/liteeth/mac/core/__init__.py similarity index 100% rename from liteethernet/mac/core/__init__.py rename to liteeth/mac/core/__init__.py diff --git a/liteethernet/mac/core/crc.py b/liteeth/mac/core/crc.py similarity index 100% rename from liteethernet/mac/core/crc.py rename to liteeth/mac/core/crc.py diff --git a/liteethernet/mac/core/last_be.py b/liteeth/mac/core/last_be.py similarity index 100% rename from liteethernet/mac/core/last_be.py rename to liteeth/mac/core/last_be.py diff --git a/liteethernet/mac/core/preamble.py b/liteeth/mac/core/preamble.py similarity index 100% rename from liteethernet/mac/core/preamble.py rename to liteeth/mac/core/preamble.py diff --git a/liteethernet/mac/frontend/__init__.py b/liteeth/mac/frontend/__init__.py similarity index 100% rename from liteethernet/mac/frontend/__init__.py rename to liteeth/mac/frontend/__init__.py diff --git a/liteethernet/mac/frontend/sram.py b/liteeth/mac/frontend/sram.py similarity index 100% rename from liteethernet/mac/frontend/sram.py rename to liteeth/mac/frontend/sram.py diff --git a/liteethernet/mac/frontend/wishbone.py b/liteeth/mac/frontend/wishbone.py similarity index 100% rename from liteethernet/mac/frontend/wishbone.py rename to liteeth/mac/frontend/wishbone.py diff --git a/liteethernet/mac/test/Makefile b/liteeth/mac/test/Makefile similarity index 100% rename from liteethernet/mac/test/Makefile rename to liteeth/mac/test/Makefile diff --git a/liteethernet/mac/test/__init__.py b/liteeth/mac/test/__init__.py similarity index 100% rename from liteethernet/mac/test/__init__.py rename to liteeth/mac/test/__init__.py diff --git a/liteethernet/mac/test/common.py b/liteeth/mac/test/common.py similarity index 100% rename from liteethernet/mac/test/common.py rename to liteeth/mac/test/common.py diff --git a/liteethernet/mac/test/crc_tb.py b/liteeth/mac/test/crc_tb.py similarity index 100% rename from liteethernet/mac/test/crc_tb.py rename to liteeth/mac/test/crc_tb.py diff --git a/liteethernet/mac/test/ethmac_tb.gtkw b/liteeth/mac/test/ethmac_tb.gtkw similarity index 100% rename from liteethernet/mac/test/ethmac_tb.gtkw rename to liteeth/mac/test/ethmac_tb.gtkw diff --git a/liteethernet/mac/test/ethmac_tb.py b/liteeth/mac/test/ethmac_tb.py similarity index 100% rename from liteethernet/mac/test/ethmac_tb.py rename to liteeth/mac/test/ethmac_tb.py diff --git a/liteethernet/mac/test/preamble_tb.py b/liteeth/mac/test/preamble_tb.py similarity index 100% rename from liteethernet/mac/test/preamble_tb.py rename to liteeth/mac/test/preamble_tb.py diff --git a/liteethernet/phy/__init__.py b/liteeth/phy/__init__.py similarity index 100% rename from liteethernet/phy/__init__.py rename to liteeth/phy/__init__.py diff --git a/liteethernet/phy/gmii.py b/liteeth/phy/gmii.py similarity index 100% rename from liteethernet/phy/gmii.py rename to liteeth/phy/gmii.py diff --git a/liteethernet/phy/loopback.py b/liteeth/phy/loopback.py similarity index 100% rename from liteethernet/phy/loopback.py rename to liteeth/phy/loopback.py diff --git a/liteethernet/phy/mii.py b/liteeth/phy/mii.py similarity index 100% rename from liteethernet/phy/mii.py rename to liteeth/phy/mii.py diff --git a/liteethernet/udp/__init__.py b/liteeth/udp/__init__.py similarity index 100% rename from liteethernet/udp/__init__.py rename to liteeth/udp/__init__.py diff --git a/setup.py b/setup.py index ca0e57d8..93351841 100644 --- a/setup.py +++ b/setup.py @@ -9,18 +9,18 @@ README = open(os.path.join(here, "README")).read() required_version = (3, 3) if sys.version_info < required_version: - raise SystemExit("LiteEthernet requires python {0} or greater".format( + raise SystemExit("LiteEth requires python {0} or greater".format( ".".join(map(str, required_version)))) setup( name="liteethernet", version="unknown", - description="small footprint and configurable embedded FPGA logic analyzer", + description="small footprint and configurable Ethernet core", long_description=README, author="Florent Kermarrec", author_email="florent@enjoy-digital.fr", url="http://enjoy-digital.fr", - download_url="https://github.com/enjoy-digital/liteethernet", + download_url="https://github.com/enjoy-digital/liteeth", packages=find_packages(here), license="GPL", platforms=["Any"], -- 2.30.2