litex_setup: Use fixed sha1 for pythondata-cpu-ibex.
This commit is contained in:
parent
b1c4670606
commit
af6b6c94b8
|
@ -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 --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue