diff --git a/litex_setup.py b/litex_setup.py index d8705e72e..a432c9a5a 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -49,6 +49,7 @@ repos = [ ("pythondata-cpu-minerva", ("https://github.com/litex-hub/", False, True, None)), ("pythondata-cpu-microwatt", ("https://github.com/litex-hub/", False, True, 0xa7859fb)), ("pythondata-cpu-blackparrot", ("https://github.com/litex-hub/", False, True, None)), + ("pythondata-cpu-cv32e40p", ("https://github.com/litex-hub/", False, True, None)), ] repos = OrderedDict(repos)