mac: import files from MiSoC
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 22:59:06 +0000 (23:59 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 22:59:06 +0000 (23:59 +0100)
commit46c4841d68c22d36d2d64eff380f5fe126d7c572
treed37a8c70bf80be6c569f5fa812ebbe779052ee9d
parenta160b04d2f6747de2507ae6028318404197b3714
mac: import files from MiSoC
15 files changed:
liteethernet/mac/__init__.py
liteethernet/mac/common.py [new file with mode: 0644]
liteethernet/mac/core/last_be.py [new file with mode: 0644]
liteethernet/mac/core/preamble.py [new file with mode: 0644]
liteethernet/mac/frontend/sram.py [new file with mode: 0644]
liteethernet/mac/phy/gmii.py [new file with mode: 0644]
liteethernet/mac/phy/loopback.py [new file with mode: 0644]
liteethernet/mac/phy/mii.py [new file with mode: 0644]
liteethernet/mac/test/Makefile [new file with mode: 0644]
liteethernet/mac/test/__init__.py [new file with mode: 0644]
liteethernet/mac/test/common.py [new file with mode: 0644]
liteethernet/mac/test/crc_tb.py [new file with mode: 0644]
liteethernet/mac/test/ethmac_tb.gtkw [new file with mode: 0644]
liteethernet/mac/test/ethmac_tb.py [new file with mode: 0644]
liteethernet/mac/test/preamble_tb.py [new file with mode: 0644]