mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1745 from alexey-morozov/master
Litex offline installation fix
This commit is contained in:
commit
1520d0f382
1 changed files with 1 additions and 1 deletions
|
@ -80,12 +80,12 @@ git_repos = {
|
|||
|
||||
# LiteX Cores Ecosystem.
|
||||
# ----------------------
|
||||
"liteiclink": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"liteeth": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litedram": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litepcie": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litesata": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litesdcard": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"liteiclink": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litescope": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litejesd204b": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
|
||||
"litespi": GitRepo(url="https://github.com/litex-hub/", tag=True),
|
||||
|
|
Loading…
Reference in a new issue