litex_setup: Only include CVA5 with full install.

This commit is contained in:
Florent Kermarrec 2022-05-25 15:20:56 +02:00
parent 888f2d1648
commit ae89c6bfa4
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ standard_repos = list(git_repos.keys())
standard_repos.remove("pythondata-cpu-blackparrot")
standard_repos.remove("pythondata-cpu-cv32e40p")
standard_repos.remove("pythondata-cpu-cv32e41p")
standard_repos.remove("pythondata-cpu-cva5")
standard_repos.remove("pythondata-cpu-cva6")
standard_repos.remove("pythondata-cpu-ibex")
standard_repos.remove("pythondata-cpu-marocchino")