litex_setup.py: Revert LiteX url.

This commit is contained in:
Florent Kermarrec 2021-09-27 16:07:08 +02:00
parent 3d32ac3d2e
commit 746d698b49
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ repos = [
("nmigen", ("https://github.com/nmigen/", True, True, None)),
# LiteX SoC builder
("pythondata-software-picolibc", ("https://github.com/antmicro/", True, True, None)),
("pythondata-software-compiler_rt", ("https://github.com/litex-hub/", False, True, None)),
("litex", ("https://github.com/antmicro/", False, True, 0xba7b7b97)),
("pythondata-software-picolibc", ("https://github.com/antmicro/", True, True, None)),
("pythondata-software-compiler_rt", ("https://github.com/litex-hub/", False, True, None)),
("litex", ("https://github.com/enjoy-digital/", False, True, None)),
# LiteX cores ecosystem
("liteeth", ("https://github.com/enjoy-digital/", False, True, None)),