mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_setup: Use fixed sha1 for pythondata-cpu-ibex.
This commit is contained in:
parent
b1c4670606
commit
af6b6c94b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue