From: Florent Kermarrec Date: Fri, 22 May 2020 13:43:00 +0000 (+0200) Subject: litex_setup/pythondata-cpu-cv32e40p: clone in recursive mode. X-Git-Tag: 24jan2021_ls180~302 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b23702ecc4fa14f97439068006f27cf66dab08ed;p=litex.git litex_setup/pythondata-cpu-cv32e40p: clone in recursive mode. --- diff --git a/litex_setup.py b/litex_setup.py index c95e3fd1..703b35de 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -50,7 +50,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)), + ("pythondata-cpu-cv32e40p", ("https://github.com/litex-hub/", True, True, None)), ] repos = OrderedDict(repos)