From 746d698b49006259f35fa344c820bae27eaf8c9c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Sep 2021 16:07:08 +0200 Subject: [PATCH] litex_setup.py: Revert LiteX url. --- litex_setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litex_setup.py b/litex_setup.py index 6b8444f62..c6fad34fe 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -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)),