Skip to content

Commit

Permalink
Merge pull request #2176 from david-sawatzke/python_311_support
Browse files Browse the repository at this point in the history
Update migen version to work with python3.13
  • Loading branch information
enjoy-digital authored Feb 13, 2025
2 parents 3d500c8 + 9d90672 commit adf77f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, url, clone="regular", develop=True, sha1=None, branch="master
git_repos = {
# HDL.
# ----
"migen": GitRepo(url="https://github.com/m-labs/", clone="recursive", sha1=0xccaee68e14d3636e1d8fb2e0864dd89b1b1f7384),
"migen": GitRepo(url="https://github.com/m-labs/", clone="recursive", sha1=0x4c2ae8dfeea37f235b52acb8166f12acaaae4f7c),

# LiteX SoC builder.
# ------------------
Expand Down

0 comments on commit adf77f3

Please sign in to comment.