lxbuildenv: add more deps
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
d336599e9b
commit
f5a9410c2b
@ -12,11 +12,19 @@ import argparse
|
|||||||
DEPS_DIR = "deps"
|
DEPS_DIR = "deps"
|
||||||
|
|
||||||
DEFAULT_DEPS = {
|
DEFAULT_DEPS = {
|
||||||
'migen': 'https://github.com/m-labs/migen.git',
|
'migen': 'https://github.com/m-labs/migen.git',
|
||||||
'litex': 'https://github.com/enjoy-digital/litex.git',
|
'litex': 'https://github.com/enjoy-digital/litex.git',
|
||||||
'litescope': 'https://github.com/enjoy-digital/litescope.git',
|
'litescope': 'https://github.com/enjoy-digital/litescope.git',
|
||||||
'pyserial': 'https://github.com/pyserial/pyserial.git',
|
'pyserial': 'https://github.com/pyserial/pyserial.git',
|
||||||
|
'liteeth': 'https://github.com/enjoy-digital/liteeth.git',
|
||||||
|
'liteusb': 'https://github.com/enjoy-digital/liteusb.git',
|
||||||
|
'litedram': 'https://github.com/enjoy-digital/litedram.git',
|
||||||
|
'litepcie': 'https://github.com/enjoy-digital/litepcie.git',
|
||||||
|
'litesdcard': 'https://github.com/enjoy-digital/litesdcard.git',
|
||||||
|
'liteiclink': 'https://github.com/enjoy-digital/liteiclink.git',
|
||||||
|
'litevideo': 'https://github.com/enjoy-digital/litevideo.git',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Obtain the path to this script, plus a trailing separator. This will
|
# Obtain the path to this script, plus a trailing separator. This will
|
||||||
# be used later on to construct various environment variables for paths
|
# be used later on to construct various environment variables for paths
|
||||||
# to a variety of support directories.
|
# to a variety of support directories.
|
||||||
|
Loading…
Reference in New Issue
Block a user