add LiteX external core and remove ethmac
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 16 Feb 2015 09:26:43 +0000 (10:26 +0100)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 18 Feb 2015 17:43:44 +0000 (10:43 -0700)
commit0a38b8c74a66672674e0c42c33d50b61004fb3d5
tree53062afb2dc7982862357b602bcc3f60ea5c77ea
parent9ebb8f80225d7280074a000ca1a25452fc0fdc17
add LiteX external core and remove ethmac
18 files changed:
.gitmodules
extcores/__init__.py [new file with mode: 0644]
extcores/litex [new submodule]
misoclib/ethmac/__init__.py [deleted file]
misoclib/ethmac/common.py [deleted file]
misoclib/ethmac/last_be.py [deleted file]
misoclib/ethmac/phy/gmii.py [deleted file]
misoclib/ethmac/phy/loopback.py [deleted file]
misoclib/ethmac/phy/mii.py [deleted file]
misoclib/ethmac/preamble.py [deleted file]
misoclib/ethmac/sram.py [deleted file]
misoclib/ethmac/test/__init__.py [deleted file]
misoclib/ethmac/test/common.py [deleted file]
misoclib/ethmac/test/crc_tb.py [deleted file]
misoclib/ethmac/test/ethmac_tb.py [deleted file]
misoclib/ethmac/test/preamble_tb.py [deleted file]
targets/kc705.py
targets/mlabs_video.py