Skip to content

Commit

Permalink
litex_setup: use current version of migen
Browse files Browse the repository at this point in the history
use current version of migen.

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Sep 16, 2024
1 parent a350d2e commit 1c583e4
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"),

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

0 comments on commit 1c583e4

Please sign in to comment.