Fix alignments.
This commit is contained in:
parent
e408fb8f08
commit
59b7db63b1
|
@ -11,10 +11,10 @@ current_path = os.path.dirname(os.path.realpath(__file__))
|
||||||
# name, (url, recursive clone, develop)
|
# name, (url, recursive clone, develop)
|
||||||
repos = [
|
repos = [
|
||||||
# HDL
|
# HDL
|
||||||
("migen", ("https://github.com/m-labs/", True, True)),
|
("migen", ("https://github.com/m-labs/", True, True)),
|
||||||
|
|
||||||
# LiteX SoC builder
|
# LiteX SoC builder
|
||||||
("litex", ("https://github.com/enjoy-digital/", True, True)),
|
("litex", ("https://github.com/enjoy-digital/", True, True)),
|
||||||
|
|
||||||
# LiteX cores ecosystem
|
# LiteX cores ecosystem
|
||||||
("liteeth", ("https://github.com/enjoy-digital/", False, True)),
|
("liteeth", ("https://github.com/enjoy-digital/", False, True)),
|
||||||
|
@ -29,7 +29,7 @@ repos = [
|
||||||
("litespi", ("https://github.com/litex-hub/", False, True)),
|
("litespi", ("https://github.com/litex-hub/", False, True)),
|
||||||
|
|
||||||
# LiteX boards support
|
# LiteX boards support
|
||||||
("litex-boards", ("https://github.com/litex-hub/", False, True)),
|
("litex-boards", ("https://github.com/litex-hub/", False, True)),
|
||||||
]
|
]
|
||||||
repos = OrderedDict(repos)
|
repos = OrderedDict(repos)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue