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:
Florent Kermarrec 2023-09-08 10:41:30 +02:00
parent fbae6e8e37
commit 6c30cb8695
1 changed files with 1 additions and 1 deletions

View File

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