liteeth: move mac to core
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 2 May 2015 10:55:51 +0000 (12:55 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 2 May 2015 14:22:35 +0000 (16:22 +0200)
commit63b879797841ae6a7d9accd8f40bdc3681900b62
tree0bf430e5745c66ddd9d20079b9fc0cdaff5aacca
parenta4617014f4cb55cef70aac214970be39ab792a4c
liteeth: move mac to core
29 files changed:
misoclib/com/liteeth/core/__init__.py
misoclib/com/liteeth/core/mac/__init__.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/common.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/__init__.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/crc.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/gap.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/last_be.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/padding.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/core/preamble.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/frontend/__init__.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/frontend/sram.py [new file with mode: 0644]
misoclib/com/liteeth/core/mac/frontend/wishbone.py [new file with mode: 0644]
misoclib/com/liteeth/mac/__init__.py [deleted file]
misoclib/com/liteeth/mac/common.py [deleted file]
misoclib/com/liteeth/mac/core/__init__.py [deleted file]
misoclib/com/liteeth/mac/core/crc.py [deleted file]
misoclib/com/liteeth/mac/core/gap.py [deleted file]
misoclib/com/liteeth/mac/core/last_be.py [deleted file]
misoclib/com/liteeth/mac/core/padding.py [deleted file]
misoclib/com/liteeth/mac/core/preamble.py [deleted file]
misoclib/com/liteeth/mac/frontend/__init__.py [deleted file]
misoclib/com/liteeth/mac/frontend/sram.py [deleted file]
misoclib/com/liteeth/mac/frontend/wishbone.py [deleted file]
misoclib/com/liteeth/test/arp_tb.py
misoclib/com/liteeth/test/mac_core_tb.py
misoclib/com/liteeth/test/mac_wishbone_tb.py
targets/kc705.py
targets/mlabs_video.py
targets/simple.py