init repo
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 22:46:15 +0000 (23:46 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 22:50:52 +0000 (23:50 +0100)
commita160b04d2f6747de2507ae6028318404197b3714
tree0da8cd1eb3f6334161f99f805bedf5380484ea2b
init repo
14 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
liteethernet/__init__.py [new file with mode: 0644]
liteethernet/arp/__init__.py [new file with mode: 0644]
liteethernet/etherbone/__init__.py [new file with mode: 0644]
liteethernet/ip/__init__.py [new file with mode: 0644]
liteethernet/mac/__init__.py [new file with mode: 0644]
liteethernet/mac/core/__init__.py [new file with mode: 0644]
liteethernet/mac/frontend/__init__.py [new file with mode: 0644]
liteethernet/mac/phy/__init__.py [new file with mode: 0644]
liteethernet/udp/__init__.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
targets/__init__.py [new file with mode: 0644]