Skip to content

Commit

Permalink
fix migen error build
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed Jan 16, 2025
1 parent 321c3c1 commit cb0fd45
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"),
"migen": GitRepo(url="https://github.com/m-labs/", clone="recursive", sha1=0xccaee68e14d3636e1d8fb2e0864dd89b1b1f7384),

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

0 comments on commit cb0fd45

Please sign in to comment.