litex_setup: Use fixed sha1 for pythondata-cpu-ibex.

This commit is contained in:
Florent Kermarrec 2021-11-16 18:16:05 +01:00
parent b1c4670606
commit af6b6c94b8
1 changed files with 1 additions and 1 deletions

View File

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