clean up
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 30 Jan 2015 18:34:13 +0000 (19:34 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 30 Jan 2015 18:34:13 +0000 (19:34 +0100)
commitd7c7fd350ce56346409b1883dea564615bc8e6cd
tree976f1b81b7427a1da9fad29ea55c427e04af1335
parent6e966bef7ee383774b4c590d7d2a362413de993c
clean up
16 files changed:
liteeth/__init__.py
liteeth/mac/__init__.py
liteeth/mac/common.py [deleted file]
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/test/arp_tb.py
liteeth/test/mac_core_tb.py
liteeth/test/mac_wishbone_tb.py
liteeth/test/model/arp.py
liteeth/test/model/ip.py
liteeth/test/model/mac.py
liteeth/test/model/phy.py