From: Tim 'mithro' Ansell Date: Mon, 6 Apr 2020 23:49:52 +0000 (-0700) Subject: Fix alignments. X-Git-Tag: 24jan2021_ls180~493^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59b7db63b187176d21d96bc9316d3d28b223db68;p=litex.git Fix alignments. --- diff --git a/litex_setup.py b/litex_setup.py index be5e819f..59e8d1b2 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -11,10 +11,10 @@ current_path = os.path.dirname(os.path.realpath(__file__)) # name, (url, recursive clone, develop) repos = [ # HDL - ("migen", ("https://github.com/m-labs/", True, True)), + ("migen", ("https://github.com/m-labs/", True, True)), # LiteX SoC builder - ("litex", ("https://github.com/enjoy-digital/", True, True)), + ("litex", ("https://github.com/enjoy-digital/", True, True)), # LiteX cores ecosystem ("liteeth", ("https://github.com/enjoy-digital/", False, True)), @@ -29,7 +29,7 @@ repos = [ ("litespi", ("https://github.com/litex-hub/", False, True)), # LiteX boards support - ("litex-boards", ("https://github.com/litex-hub/", False, True)), + ("litex-boards", ("https://github.com/litex-hub/", False, True)), ] repos = OrderedDict(repos)