From 8945d74aa350e64bb5a3757b3d3d06d94e469ab6 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 19 Oct 2021 15:47:24 +0200 Subject: [PATCH] litex_setup: Bump pythondata-misc-opentitan (and update Get SHA1 command). --- litex_setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litex_setup.py b/litex_setup.py index b3aa5ec6a..4926da61c 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -16,7 +16,7 @@ if os.path.exists(".gitignore"): # Repositories ------------------------------------------------------------------------------------- -# Get SHA1: git rev-parse HEAD +# Get SHA1: git rev-parse --short=7 HEAD # Name, (URL, Recursive clone, Develop, SHA1) repos = [ @@ -47,7 +47,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, 0xe43566c)), + ("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, 0x52a03cb)), ("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)),