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 --------------------------------------------------------------------