mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
To allow offline installation, the "liteiclink" package has to be installed before the "liteeth" package. Otherwise, to satisfy the dependency requirements, the setup will attempt to download the "liteiclink" package from the internet and will consequently fail.
This commit is contained in:
parent
4d7a7f5ba1
commit
cd1012470e
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