diff --git a/misoclib/LICENSE b/misoclib/liteeth/LICENSE similarity index 100% rename from misoclib/LICENSE rename to misoclib/liteeth/LICENSE diff --git a/misoclib/README b/misoclib/liteeth/README similarity index 100% rename from misoclib/README rename to misoclib/liteeth/README diff --git a/misoclib/make.py b/misoclib/liteeth/example_designs/make.py similarity index 100% rename from misoclib/make.py rename to misoclib/liteeth/example_designs/make.py diff --git a/misoclib/platforms/kc705.py b/misoclib/liteeth/example_designs/platforms/kc705.py similarity index 100% rename from misoclib/platforms/kc705.py rename to misoclib/liteeth/example_designs/platforms/kc705.py diff --git a/misoclib/targets/__init__.py b/misoclib/liteeth/example_designs/targets/__init__.py similarity index 100% rename from misoclib/targets/__init__.py rename to misoclib/liteeth/example_designs/targets/__init__.py diff --git a/misoclib/targets/base.py b/misoclib/liteeth/example_designs/targets/base.py similarity index 100% rename from misoclib/targets/base.py rename to misoclib/liteeth/example_designs/targets/base.py diff --git a/misoclib/targets/etherbone.py b/misoclib/liteeth/example_designs/targets/etherbone.py similarity index 100% rename from misoclib/targets/etherbone.py rename to misoclib/liteeth/example_designs/targets/etherbone.py diff --git a/misoclib/targets/tty.py b/misoclib/liteeth/example_designs/targets/tty.py similarity index 100% rename from misoclib/targets/tty.py rename to misoclib/liteeth/example_designs/targets/tty.py diff --git a/misoclib/targets/udp.py b/misoclib/liteeth/example_designs/targets/udp.py similarity index 100% rename from misoclib/targets/udp.py rename to misoclib/liteeth/example_designs/targets/udp.py diff --git a/misoclib/test/make.py b/misoclib/liteeth/example_designs/test/make.py similarity index 100% rename from misoclib/test/make.py rename to misoclib/liteeth/example_designs/test/make.py diff --git a/misoclib/test/test_etherbone.py b/misoclib/liteeth/example_designs/test/test_etherbone.py similarity index 100% rename from misoclib/test/test_etherbone.py rename to misoclib/liteeth/example_designs/test/test_etherbone.py diff --git a/misoclib/test/test_la.py b/misoclib/liteeth/example_designs/test/test_la.py similarity index 100% rename from misoclib/test/test_la.py rename to misoclib/liteeth/example_designs/test/test_la.py diff --git a/misoclib/test/test_regs.py b/misoclib/liteeth/example_designs/test/test_regs.py similarity index 100% rename from misoclib/test/test_regs.py rename to misoclib/liteeth/example_designs/test/test_regs.py diff --git a/misoclib/test/test_tty.py b/misoclib/liteeth/example_designs/test/test_tty.py similarity index 100% rename from misoclib/test/test_tty.py rename to misoclib/liteeth/example_designs/test/test_tty.py diff --git a/misoclib/test/test_udp.py b/misoclib/liteeth/example_designs/test/test_udp.py similarity index 100% rename from misoclib/test/test_udp.py rename to misoclib/liteeth/example_designs/test/test_udp.py diff --git a/misoclib/liteeth-version.txt b/misoclib/liteeth/liteeth-version.txt similarity index 100% rename from misoclib/liteeth-version.txt rename to misoclib/liteeth/liteeth-version.txt diff --git a/misoclib/setup.py b/misoclib/liteeth/setup.py similarity index 100% rename from misoclib/setup.py rename to misoclib/liteeth/setup.py