mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_setup: Only include CVA5 with full install.
This commit is contained in:
parent
888f2d1648
commit
ae89c6bfa4
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue