From 32d1589fb88f85766a118b052ab20a317c45d72d Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 20 Jun 2022 10:53:17 +0200 Subject: [PATCH] litex_setup: Move valentyusb to Misc Cores and also install litex_verilog_axi. --- litex_setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/litex_setup.py b/litex_setup.py index c030770fe..25659d21f 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -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. @@ -89,7 +88,12 @@ git_repos = { "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), + "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. # -------------