sw: first software commit

The software is untested, but it builds.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-05-22 15:02:00 +08:00
parent dd14bb4d29
commit e8aaac5cfe
57 changed files with 36778 additions and 43 deletions

14
.gitmodules vendored
View File

@ -1,21 +1,21 @@
[submodule "deps/migen"]
path = deps/migen
path = hw/deps/migen
url = https://github.com/m-labs/migen.git
[submodule "deps/litex"]
path = deps/litex
path = hw/deps/litex
url = https://github.com/enjoy-digital/litex.git
[submodule "deps/litescope"]
path = deps/litescope
path = hw/deps/litescope
url = https://github.com/enjoy-digital/litescope.git
[submodule "deps/pyserial"]
path = deps/pyserial
path = hw/deps/pyserial
url = https://github.com/pyserial/pyserial.git
[submodule "deps/litedram"]
path = deps/litedram
path = hw/deps/litedram
url = https://github.com/enjoy-digital/litedram.git
[submodule "deps/valentyusb"]
path = deps/valentyusb
path = hw/deps/valentyusb
url = https://github.com/im-tomu/valentyusb.git
[submodule "deps/lxsocsupport"]
path = deps/lxsocsupport
path = hw/deps/lxsocsupport
url = https://github.com/xobs/lxsocsupport.git