From 78c1751c4781ffe156128748810ee4af85fee058 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 13 Aug 2021 16:27:50 +0200 Subject: [PATCH] litex_setup: Use fixed version of opentitan for ibex CPU. (ibex has evolved since initial support). --- litex_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_setup.py b/litex_setup.py index 222073f58..e034ae7c1 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -44,7 +44,7 @@ repos = [ # Optional LiteX data ("pythondata-misc-tapcfg", ("https://github.com/litex-hub/", False, True, None)), - ("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, None)), + ("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, 0xe43566c)), ("pythondata-misc-usb_ohci", ("https://github.com/litex-hub/", False, True, None)), ("pythondata-cpu-lm32", ("https://github.com/litex-hub/", False, True, None)), ("pythondata-cpu-mor1kx", ("https://github.com/litex-hub/", False, True, None)),