litex_setup: Move valentyusb to Misc Cores and also install litex_verilog_axi.

This commit is contained in:
Florent Kermarrec 2022-06-20 10:53:17 +02:00
parent 9b6c9e6630
commit 32d1589fb8
1 changed files with 6 additions and 2 deletions

View File

@ -76,7 +76,6 @@ git_repos = {
# ------------------
"pythondata-software-picolibc": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
"pythondata-software-compiler_rt": GitRepo(url="https://github.com/litex-hub/"),
"valentyusb": GitRepo(url="https://github.com/litex-hub/", branch="hw_cdc_eptri"),
"litex": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
# LiteX Cores Ecosystem.
@ -91,6 +90,11 @@ git_repos = {
"litejesd204b": GitRepo(url="https://github.com/enjoy-digital/", tag=True),
"litespi": GitRepo(url="https://github.com/litex-hub/", tag=True),
# LiteX Misc Cores.
# -----------------
"valentyusb": GitRepo(url="https://github.com/litex-hub/", branch="hw_cdc_eptri"),
"litex_verilog_axi": GitRepo(url="https://github.com/enjoy-digital/"),
# LiteX Boards.
# -------------
"litex-boards": GitRepo(url="https://github.com/litex-hub/", clone="regular", tag=True),