litex_setup.py: Use fixed sha1 version of Migen.
Migen switched from setup.py to pyproject.toml, we'll need to handle this.
This commit is contained in:
parent
fbae6e8e37
commit
6c30cb8695
|
@ -70,7 +70,7 @@ class GitRepo:
|
|||
git_repos = {
|
||||
# HDL.
|
||||
# ----
|
||||
"migen": GitRepo(url="https://github.com/m-labs/", clone="recursive"),
|
||||
"migen": GitRepo(url="https://github.com/m-labs/", clone="recursive", sha1=0xccaee68e14d3636e1d8fb2e0864dd89b1b1f7384),
|
||||
|
||||
# LiteX SoC builder.
|
||||
# ------------------
|
||||
|
|
Loading…
Reference in New Issue