litex_setup: add litex-boards
This commit is contained in:
parent
d79cd87dd6
commit
3e30c64842
|
@ -9,8 +9,13 @@ current_path = os.path.dirname(os.path.realpath(__file__))
|
|||
|
||||
# name, (url, recursive clone, develop)
|
||||
repos = [
|
||||
# HDL
|
||||
("migen", ("https://github.com/m-labs/", True, True)),
|
||||
|
||||
# LiteX SoC builder
|
||||
("litex", ("https://github.com/enjoy-digital/", True, True)),
|
||||
|
||||
# LiteX cores ecosystem
|
||||
("liteeth", ("https://github.com/enjoy-digital/", False, True)),
|
||||
("litedram", ("https://github.com/enjoy-digital/", False, True)),
|
||||
("litepcie", ("https://github.com/enjoy-digital/", False, True)),
|
||||
|
@ -19,6 +24,9 @@ repos = [
|
|||
("liteiclink", ("https://github.com/enjoy-digital/", False, True)),
|
||||
("litevideo", ("https://github.com/enjoy-digital/", False, True)),
|
||||
("litescope", ("https://github.com/enjoy-digital/", False, True)),
|
||||
|
||||
# LiteX boards support
|
||||
("litex-boards", ("https://github.com/litex-hub/", False, True)),
|
||||
]
|
||||
repos = OrderedDict(repos)
|
||||
|
||||
|
|
Loading…
Reference in New Issue