continue code refactoring
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 28 Jan 2015 08:14:01 +0000 (09:14 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 28 Jan 2015 08:28:33 +0000 (09:28 +0100)
commit8a2b65f21d10f5b1fcf1a7bbca8d2144160a8eac
tree806a98c09349fbb7165350df8b691ecbd456c097
parent4cd73fc9dab2659465ef4c8dea801e843c3a3bdf
continue code refactoring
24 files changed:
liteeth/common.py
liteeth/mac/__init__.py
liteeth/mac/common.py
liteeth/mac/core/__init__.py
liteeth/mac/core/crc.py
liteeth/mac/core/last_be.py
liteeth/mac/core/preamble.py
liteeth/mac/frontend/sram.py
liteeth/mac/frontend/wishbone.py
liteeth/mac/test/Makefile [deleted file]
liteeth/mac/test/__init__.py [deleted file]
liteeth/mac/test/common.py [deleted file]
liteeth/mac/test/crc_tb.py [deleted file]
liteeth/mac/test/ethmac_tb.gtkw [deleted file]
liteeth/mac/test/ethmac_tb.py [deleted file]
liteeth/mac/test/preamble_tb.py [deleted file]
liteeth/phy/gmii.py
liteeth/phy/loopback.py
liteeth/phy/mii.py
liteeth/test/Makefile [new file with mode: 0644]
liteeth/test/__init__.py [new file with mode: 0644]
liteeth/test/common.py [new file with mode: 0644]
liteeth/test/mac_core_tb.py [new file with mode: 0644]
liteeth/test/mac_wishbone_tb.py [new file with mode: 0644]