From af6b6c94b812c1936cb9cb2f017d6875c90e1f18 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 16 Nov 2021 18:16:05 +0100 Subject: [PATCH] litex_setup: Use fixed sha1 for pythondata-cpu-ibex. --- litex_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_setup.py b/litex_setup.py index d0b27b388..2071db8e6 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -62,7 +62,7 @@ git_repos = { "pythondata-cpu-microwatt": GitRepo(url="https://github.com/litex-hub/", sha1=0xdad611c), "pythondata-cpu-blackparrot": GitRepo(url="https://github.com/litex-hub/"), "pythondata-cpu-cv32e40p": GitRepo(url="https://github.com/litex-hub/", clone="recursive"), - "pythondata-cpu-ibex": GitRepo(url="https://github.com/litex-hub/", clone="recursive"), + "pythondata-cpu-ibex": GitRepo(url="https://github.com/litex-hub/", clone="recursive", sha1=0xd3d53df), } # Script Location / Auto-Update --------------------------------------------------------------------